Html Css Color HEX #5F2CAC Purple Heart

📋 copy color: '#5F2CAC'

red 95 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #5F2CAC

Tints of Purple Heart #5F2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 30.55%
G = 14.15%
B = 55.31%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F2CAC (or 0x5F2CAC) is known color: Purple Heart. HEX triplet: 5F, 2C and AC. RGB value is (95,44,172). Sum of RGB (Red+Green+Blue) = 95+44+172=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2CAC is #A0D353. Grayscale: #494949. Windows color (decimal): -10539860 or 11283551. OLE color: 11283551.

HSL color Cylindrical-coordinate representation of color #5F2CAC: hue angle of 263.91º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F2CAC is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 44 172 -
CMYK 0.45 0.74 0 0.33
HSL 263.91º 0.59% 0.42% -
HSV(B) 263.91º 0.74% 0.67% -
XYZ 13.07 7.21 39.73 -
YUV 73.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 95 44 172 0.45 0.74 0 0.33 263.91 0.59 0.42
Hex 5F 2C AC 2D 4A 0 21 108 3B 2A
Octal 137 54 254 55 112 0 41 410 73 52
Binary 1011111 101100 10101100 101101 1001010 0 100001 100001000 111011 101010

Color Harmonies of #5F2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2CAC

Black with #5F2CAC

Text Example


Text Example

White with #5F2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,44,172); }

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

background-color css

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

 a { background-color: rgb(95,44,172); }

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

border-color css

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

 span { border-color: rgb(95,44,172); }

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