Html Css Color HEX #5E3CCB Purple Heart

📋 copy color: '#5E3CCB'

red 94 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #5E3CCB

Tints of Purple Heart #5E3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 26.33%
G = 16.81%
B = 56.86%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E3CCB (or 0x5E3CCB) is known color: Purple Heart. HEX triplet: 5E, 3C and CB. RGB value is (94,60,203). Sum of RGB (Red+Green+Blue) = 94+60+203=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E3CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CCB is #A1C334. Grayscale: #555555. Windows color (decimal): -10601269 or 13319262. OLE color: 13319262.

HSL color Cylindrical-coordinate representation of color #5E3CCB: hue angle of 254.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3CCB is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 60 203 -
CMYK 0.54 0.70 0 0.20
HSL 254.27º 0.58% 0.52% -
HSV(B) 254.27º 0.7% 0.8% -
XYZ 17.01 9.92 57.52 -
YUV 86.47 193.76 133.37 -
System Red Green Blue C M Y K H S L
Decimal 94 60 203 0.54 0.70 0 0.20 254.27 0.58 0.52
Hex 5E 3C CB 36 46 0 14 FE 3A 34
Octal 136 74 313 66 106 0 24 376 72 64
Binary 1011110 111100 11001011 110110 1000110 0 10100 11111110 111010 110100

Color Harmonies of #5E3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CCB

Black with #5E3CCB

Text Example


Text Example

White with #5E3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,60,203); }

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

background-color css

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

 a { background-color: rgb(94,60,203); }

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

border-color css

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

 span { border-color: rgb(94,60,203); }

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