Html Css Color HEX #5F0CBC Purple Heart

📋 copy color: '#5F0CBC'

red 95 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #5F0CBC

Tints of Purple Heart #5F0CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 32.2%
G = 4.07%
B = 63.73%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F0CBC (or 0x5F0CBC) is known color: Purple Heart. HEX triplet: 5F, 0C and BC. RGB value is (95,12,188). Sum of RGB (Red+Green+Blue) = 95+12+188=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CBC is #A0F343. Grayscale: #383838. Windows color (decimal): -10548036 or 12323935. OLE color: 12323935.

HSL color Cylindrical-coordinate representation of color #5F0CBC: hue angle of 268.3º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0CBC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 12 188 -
CMYK 0.49 0.94 0 0.26
HSL 268.3º 0.88% 0.39% -
HSV(B) 268.3º 0.94% 0.74% -
XYZ 13.93 6.33 48.06 -
YUV 56.88 202 155.19 -
System Red Green Blue C M Y K H S L
Decimal 95 12 188 0.49 0.94 0 0.26 268.3 0.88 0.39
Hex 5F C BC 31 5E 0 1A 10C 58 27
Octal 137 14 274 61 136 0 32 414 130 47
Binary 1011111 1100 10111100 110001 1011110 0 11010 100001100 1011000 100111

Color Harmonies of #5F0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0CBC

Black with #5F0CBC

Text Example


Text Example

White with #5F0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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