Html Css Color HEX #5F05AD Purple Heart

📋 copy color: '#5F05AD'

red 95 ◦ green 5 ◦ blue 173

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

Shades of Purple Heart #5F05AD

Tints of Purple Heart #5F05AD

RGB

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

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

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

R = 34.8%
G = 1.83%
B = 63.37%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F05AD (or 0x5F05AD) is known color: Purple Heart. HEX triplet: 5F, 05 and AD. RGB value is (95,5,173). Sum of RGB (Red+Green+Blue) = 95+5+173=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F05AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F05AD is #A0FA52. Grayscale: #323232. Windows color (decimal): -10549843 or 11339103. OLE color: 11339103.

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

Color convert

RGB 95 5 173 -
CMYK 0.45 0.97 0 0.32
HSL 272.14º 0.94% 0.35% -
HSV(B) 272.14º 0.97% 0.68% -
XYZ 12.32 5.56 39.96 -
YUV 51.06 196.82 159.34 -
System Red Green Blue C M Y K H S L
Decimal 95 5 173 0.45 0.97 0 0.32 272.14 0.94 0.35
Hex 5F 5 AD 2D 61 0 20 110 5E 23
Octal 137 5 255 55 141 0 40 420 136 43
Binary 1011111 101 10101101 101101 1100001 0 100000 100010000 1011110 100011

Color Harmonies of #5F05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F05AD

Black with #5F05AD

Text Example


Text Example

White with #5F05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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