Html Css Color HEX #5F3ECF Purple Heart

📋 copy color: '#5F3ECF'

red 95 ◦ green 62 ◦ blue 207

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

Shades of Purple Heart #5F3ECF

Tints of Purple Heart #5F3ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 26.1%
G = 17.03%
B = 56.87%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F3ECF (or 0x5F3ECF) is known color: Purple Heart. HEX triplet: 5F, 3E and CF. RGB value is (95,62,207). Sum of RGB (Red+Green+Blue) = 95+62+207=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ECF is #A0C130. Grayscale: #575757. Windows color (decimal): -10535217 or 13581919. OLE color: 13581919.

HSL color Cylindrical-coordinate representation of color #5F3ECF: hue angle of 253.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F3ECF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 62 207 -
CMYK 0.54 0.70 0 0.19
HSL 253.66º 0.6% 0.53% -
HSV(B) 253.66º 0.7% 0.81% -
XYZ 17.7 10.38 60.1 -
YUV 88.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 95 62 207 0.54 0.70 0 0.19 253.66 0.6 0.53
Hex 5F 3E CF 36 46 0 13 FE 3C 35
Octal 137 76 317 66 106 0 23 376 74 65
Binary 1011111 111110 11001111 110110 1000110 0 10011 11111110 111100 110101

Color Harmonies of #5F3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3ECF

Black with #5F3ECF

Text Example


Text Example

White with #5F3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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