Html Css Color HEX #5E13CC Purple Heart

📋 copy color: '#5E13CC'

red 94 ◦ green 19 ◦ blue 204

#5E13CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5E13CC

Tints of Purple Heart #5E13CC

RGB

 RED value IS 94 (37.11% from 255) = 29.65%

 GREEN value IS 19 (7.81% from 255) = 5.99%

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 29.65%
G = 5.99%
B = 64.35%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E13CC (or 0x5E13CC) is known color: Purple Heart. HEX triplet: 5E, 13 and CC. RGB value is (94,19,204). Sum of RGB (Red+Green+Blue) = 94+19+204=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E13CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13CC is #A1EC33. Grayscale: #3D3D3D. Windows color (decimal): -10611764 or 13374302. OLE color: 13374302.

HSL color Cylindrical-coordinate representation of color #5E13CC: hue angle of 264.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13CC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 19 204 -
CMYK 0.54 0.91 0 0.2
HSL 264.32º 0.83% 0.44% -
HSV(B) 264.32º 0.91% 0.8% -
XYZ 15.75 7.21 57.69 -
YUV 62.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 94 19 204 0.54 0.91 0 0.2 264.32 0.83 0.44
Hex 5E 13 CC 36 5B 0 14 108 53 2C
Octal 136 23 314 66 133 0 24 410 123 54
Binary 1011110 10011 11001100 110110 1011011 0 10100 100001000 1010011 101100

Color Harmonies of #5E13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13CC

Black with #5E13CC

Text Example


Text Example

White with #5E13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E13CC; }

 p { color: rgb(94,19,204); }

 H1.HeaderClassName
 {
   color: #5E13CC;
 }
 .AnyTagClassName
 {
   color: #5E13CC;
 }
</style>

background-color css

<style>
 a { background-color: #5E13CC; }

 a { background-color: rgb(94,19,204); }

 div.DivClassName
 {
   background-color: #5E13CC;
 }
 .BgClassName
 {
   background-color: #5E13CC;
 }
</style>

border-color css

<style>
 span { border-color: #5E13CC; }

 span { border-color: rgb(94,19,204); }

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