Html Css Color HEX #5F05CF Purple Heart

📋 copy color: '#5F05CF'

red 95 ◦ green 5 ◦ blue 207

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

Shades of Purple Heart #5F05CF

Tints of Purple Heart #5F05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 30.94%
G = 1.63%
B = 67.43%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F05CF (or 0x5F05CF) is known color: Purple Heart. HEX triplet: 5F, 05 and CF. RGB value is (95,5,207). Sum of RGB (Red+Green+Blue) = 95+5+207=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F05CF is #A0FA30. Grayscale: #363636. Windows color (decimal): -10549809 or 13567327. OLE color: 13567327.

HSL color Cylindrical-coordinate representation of color #5F05CF: hue angle of 266.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F05CF is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 5 207 -
CMYK 0.54 0.98 0 0.19
HSL 266.73º 0.95% 0.42% -
HSV(B) 266.73º 0.98% 0.81% -
XYZ 16.04 7.05 59.55 -
YUV 54.94 213.82 156.57 -
System Red Green Blue C M Y K H S L
Decimal 95 5 207 0.54 0.98 0 0.19 266.73 0.95 0.42
Hex 5F 5 CF 36 62 0 13 10B 5F 2A
Octal 137 5 317 66 142 0 23 413 137 52
Binary 1011111 101 11001111 110110 1100010 0 10011 100001011 1011111 101010

Color Harmonies of #5F05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F05CF

Black with #5F05CF

Text Example


Text Example

White with #5F05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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