Html Css Color HEX #5F0CCD Purple Heart

📋 copy color: '#5F0CCD'

red 95 ◦ green 12 ◦ blue 205

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

Shades of Purple Heart #5F0CCD

Tints of Purple Heart #5F0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 30.45%
G = 3.85%
B = 65.71%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F0CCD (or 0x5F0CCD) is known color: Purple Heart. HEX triplet: 5F, 0C and CD. RGB value is (95,12,205). Sum of RGB (Red+Green+Blue) = 95+12+205=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F0CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CCD is #A0F332. Grayscale: #3A3A3A. Windows color (decimal): -10548019 or 13438047. OLE color: 13438047.

HSL color Cylindrical-coordinate representation of color #5F0CCD: hue angle of 265.8º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0CCD is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 12 205 -
CMYK 0.54 0.94 0 0.20
HSL 265.8º 0.89% 0.43% -
HSV(B) 265.8º 0.94% 0.8% -
XYZ 15.87 7.1 58.29 -
YUV 58.82 210.5 153.81 -
System Red Green Blue C M Y K H S L
Decimal 95 12 205 0.54 0.94 0 0.20 265.8 0.89 0.43
Hex 5F C CD 36 5E 0 14 10A 59 2B
Octal 137 14 315 66 136 0 24 412 131 53
Binary 1011111 1100 11001101 110110 1011110 0 10100 100001010 1011001 101011

Color Harmonies of #5F0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0CCD

Black with #5F0CCD

Text Example


Text Example

White with #5F0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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