Html Css Color HEX #5F0CBE Purple Heart

📋 copy color: '#5F0CBE'

red 95 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #5F0CBE

Tints of Purple Heart #5F0CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 31.99%
G = 4.04%
B = 63.97%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F0CBE (or 0x5F0CBE) is known color: Purple Heart. HEX triplet: 5F, 0C and BE. RGB value is (95,12,190). Sum of RGB (Red+Green+Blue) = 95+12+190=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CBE is #A0F341. Grayscale: #383838. Windows color (decimal): -10548034 or 12455007. OLE color: 12455007.

HSL color Cylindrical-coordinate representation of color #5F0CBE: hue angle of 267.98º 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 #5F0CBE is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 12 190 -
CMYK 0.5 0.94 0 0.25
HSL 267.98º 0.88% 0.4% -
HSV(B) 267.98º 0.94% 0.75% -
XYZ 14.15 6.41 49.21 -
YUV 57.11 203 155.03 -
System Red Green Blue C M Y K H S L
Decimal 95 12 190 0.5 0.94 0 0.25 267.98 0.88 0.4
Hex 5F C BE 32 5E 0 19 10C 58 28
Octal 137 14 276 62 136 0 31 414 130 50
Binary 1011111 1100 10111110 110010 1011110 0 11001 100001100 1011000 101000

Color Harmonies of #5F0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0CBE

Black with #5F0CBE

Text Example


Text Example

White with #5F0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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