Html Css Color HEX #5F05C2 Purple Heart

📋 copy color: '#5F05C2'

red 95 ◦ green 5 ◦ blue 194

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

Shades of Purple Heart #5F05C2

Tints of Purple Heart #5F05C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 65.99%

R = 32.31%
G = 1.7%
B = 65.99%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5F05C2 (or 0x5F05C2) is known color: Purple Heart. HEX triplet: 5F, 05 and C2. RGB value is (95,5,194). Sum of RGB (Red+Green+Blue) = 95+5+194=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #5F05C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F05C2 is #A0FA3D. Grayscale: #343434. Windows color (decimal): -10549822 or 12715359. OLE color: 12715359.

HSL color Cylindrical-coordinate representation of color #5F05C2: hue angle of 268.57º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F05C2 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 5 194 -
CMYK 0.51 0.97 0 0.24
HSL 268.57º 0.95% 0.39% -
HSV(B) 268.57º 0.97% 0.76% -
XYZ 14.51 6.44 51.52 -
YUV 53.46 207.32 157.63 -
System Red Green Blue C M Y K H S L
Decimal 95 5 194 0.51 0.97 0 0.24 268.57 0.95 0.39
Hex 5F 5 C2 33 61 0 18 10D 5F 27
Octal 137 5 302 63 141 0 30 415 137 47
Binary 1011111 101 11000010 110011 1100001 0 11000 100001101 1011111 100111

Color Harmonies of #5F05C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F05C2

Black with #5F05C2

Text Example


Text Example

White with #5F05C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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