Html Css Color HEX #5F2CAD Purple Heart

📋 copy color: '#5F2CAD'

red 95 ◦ green 44 ◦ blue 173

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

Shades of Purple Heart #5F2CAD

Tints of Purple Heart #5F2CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 30.45%
G = 14.1%
B = 55.45%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F2CAD (or 0x5F2CAD) is known color: Purple Heart. HEX triplet: 5F, 2C and AD. RGB value is (95,44,173). Sum of RGB (Red+Green+Blue) = 95+44+173=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2CAD is #A0D352. Grayscale: #494949. Windows color (decimal): -10539859 or 11349087. OLE color: 11349087.

HSL color Cylindrical-coordinate representation of color #5F2CAD: hue angle of 263.72º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F2CAD is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 44 173 -
CMYK 0.45 0.75 0 0.32
HSL 263.72º 0.59% 0.43% -
HSV(B) 263.72º 0.75% 0.68% -
XYZ 13.16 7.25 40.24 -
YUV 73.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 95 44 173 0.45 0.75 0 0.32 263.72 0.59 0.43
Hex 5F 2C AD 2D 4B 0 20 108 3B 2B
Octal 137 54 255 55 113 0 40 410 73 53
Binary 1011111 101100 10101101 101101 1001011 0 100000 100001000 111011 101011

Color Harmonies of #5F2CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2CAD

Black with #5F2CAD

Text Example


Text Example

White with #5F2CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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