Html Css Color HEX #5F3ECC Purple Heart

📋 copy color: '#5F3ECC'

red 95 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #5F3ECC

Tints of Purple Heart #5F3ECC

RGB

 RED value IS 95 (37.5% from 255) = 26.32%

 GREEN value IS 62 (24.61% from 255) = 17.17%

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

R = 26.32%
G = 17.17%
B = 56.51%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F3ECC (or 0x5F3ECC) is known color: Purple Heart. HEX triplet: 5F, 3E and CC. RGB value is (95,62,204). Sum of RGB (Red+Green+Blue) = 95+62+204=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ECC is #A0C133. Grayscale: #575757. Windows color (decimal): -10535220 or 13385311. OLE color: 13385311.

HSL color Cylindrical-coordinate representation of color #5F3ECC: hue angle of 253.94º 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 #5F3ECC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 62 204 -
CMYK 0.53 0.70 0 0.2
HSL 253.94º 0.58% 0.52% -
HSV(B) 253.94º 0.7% 0.8% -
XYZ 17.34 10.24 58.19 -
YUV 88.06 193.43 132.95 -
System Red Green Blue C M Y K H S L
Decimal 95 62 204 0.53 0.70 0 0.2 253.94 0.58 0.52
Hex 5F 3E CC 35 46 0 14 FE 3A 34
Octal 137 76 314 65 106 0 24 376 72 64
Binary 1011111 111110 11001100 110101 1000110 0 10100 11111110 111010 110100

Color Harmonies of #5F3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3ECC

Black with #5F3ECC

Text Example


Text Example

White with #5F3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,62,204); }

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

background-color css

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

 a { background-color: rgb(95,62,204); }

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

border-color css

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

 span { border-color: rgb(95,62,204); }

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