Html Css Color HEX #5E2FCC Purple Heart

📋 copy color: '#5E2FCC'

red 94 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #5E2FCC

Tints of Purple Heart #5E2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

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

R = 27.25%
G = 13.62%
B = 59.13%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E2FCC (or 0x5E2FCC) is known color: Purple Heart. HEX triplet: 5E, 2F and CC. RGB value is (94,47,204). Sum of RGB (Red+Green+Blue) = 94+47+204=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E2FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2FCC is #A1D033. Grayscale: #4E4E4E. Windows color (decimal): -10604596 or 13381470. OLE color: 13381470.

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

Color convert

RGB 94 47 204 -
CMYK 0.54 0.77 0 0.2
HSL 257.96º 0.63% 0.49% -
HSV(B) 257.96º 0.77% 0.8% -
XYZ 16.53 8.77 57.95 -
YUV 78.95 198.57 138.73 -
System Red Green Blue C M Y K H S L
Decimal 94 47 204 0.54 0.77 0 0.2 257.96 0.63 0.49
Hex 5E 2F CC 36 4D 0 14 102 3F 31
Octal 136 57 314 66 115 0 24 402 77 61
Binary 1011110 101111 11001100 110110 1001101 0 10100 100000010 111111 110001

Color Harmonies of #5E2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2FCC

Black with #5E2FCC

Text Example


Text Example

White with #5E2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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