#5338B2

Color #5338B2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5338B2

Tints of Purple Heart #5338B2

Color information

#5338B2 (or 0x5338B2) is unknown color: approx Purple Heart. HEX triplet: 53, 38 and B2. RGB value is (83,56,178). Sum of RGB (Red+Green+Blue) = 83+56+178=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #5338B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338B2 is #ACC74D. Grayscale: #4D4D4D. Windows color (decimal): -11323214 or 11679827. OLE color: 11679827.

HSL color Cylindrical-coordinate representation of color #5338B2: hue angle of 253.28º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5338B2 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8356178-
CMYK0.530.6900.30
HSL253.28º52.14%45.88%-
HSV(B)253.28º68.54%69.8%-
XYZ13.027.8842.95-
YUV77.98184.45131.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 178 (69.92% from 255) = 56.15%
R=26.18%
G=17.67%
B=56.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83561780.530.6900.30253.2852.1445.88
Hex5338B2354501Efd342e
Octal12370262651050363756456
Binary101001111100010110010110101100010101111011111101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5338B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5338B2; }

 p { color: rgb(83,56,178); }

 H1.HeaderClassName
 {
   color: #5338B2;
 }
 .AnyTagClassName
 {
   color: #5338B2;
 }
</style>
background-color css

<style>
 a { background-color: #5338B2; }

 a { background-color: rgb(83,56,178); }

 div.DivClassName
 {
   background-color: #5338B2;
 }
 .BgClassName
 {
   background-color: #5338B2;
 }
</style>
border-color css

<style>
 span { border-color: #5338B2; }

 span { border-color: rgb(83,56,178); }

 td.TdClassName
 {
   border-color: #5338B2;
 }
 .TagClassName
 {
   border-color: #5338B2;
 }
</style>