Html Css Color HEX #5F0CBF Purple Heart

📋 copy color: '#5F0CBF'

red 95 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #5F0CBF

Tints of Purple Heart #5F0CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

 BLUE value IS 191 (75% from 255) = 64.09%

R = 31.88%
G = 4.03%
B = 64.09%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F0CBF (or 0x5F0CBF) is known color: Purple Heart. HEX triplet: 5F, 0C and BF. RGB value is (95,12,191). Sum of RGB (Red+Green+Blue) = 95+12+191=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CBF is #A0F340. Grayscale: #383838. Windows color (decimal): -10548033 or 12520543. OLE color: 12520543.

HSL color Cylindrical-coordinate representation of color #5F0CBF: hue angle of 267.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0CBF is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 12 191 -
CMYK 0.50 0.94 0 0.25
HSL 267.82º 0.88% 0.4% -
HSV(B) 267.82º 0.94% 0.75% -
XYZ 14.25 6.46 49.79 -
YUV 57.22 203.5 154.95 -
System Red Green Blue C M Y K H S L
Decimal 95 12 191 0.50 0.94 0 0.25 267.82 0.88 0.4
Hex 5F C BF 32 5E 0 19 10C 58 28
Octal 137 14 277 62 136 0 31 414 130 50
Binary 1011111 1100 10111111 110010 1011110 0 11001 100001100 1011000 101000

Color Harmonies of #5F0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0CBF

Black with #5F0CBF

Text Example


Text Example

White with #5F0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,12,191); }

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

background-color css

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

 a { background-color: rgb(95,12,191); }

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

border-color css

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

 span { border-color: rgb(95,12,191); }

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