Html Css Color HEX #5F08AD Purple Heart

📋 copy color: '#5F08AD'

red 95 ◦ green 8 ◦ blue 173

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

Shades of Purple Heart #5F08AD

Tints of Purple Heart #5F08AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 34.42%
G = 2.9%
B = 62.68%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F08AD (or 0x5F08AD) is known color: Purple Heart. HEX triplet: 5F, 08 and AD. RGB value is (95,8,173). Sum of RGB (Red+Green+Blue) = 95+8+173=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F08AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F08AD is #A0F752. Grayscale: #343434. Windows color (decimal): -10549075 or 11339871. OLE color: 11339871.

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

Color convert

RGB 95 8 173 -
CMYK 0.45 0.95 0 0.32
HSL 271.64º 0.91% 0.35% -
HSV(B) 271.64º 0.95% 0.68% -
XYZ 12.35 5.62 39.97 -
YUV 52.82 195.82 158.08 -
System Red Green Blue C M Y K H S L
Decimal 95 8 173 0.45 0.95 0 0.32 271.64 0.91 0.35
Hex 5F 8 AD 2D 5F 0 20 110 5B 23
Octal 137 10 255 55 137 0 40 420 133 43
Binary 1011111 1000 10101101 101101 1011111 0 100000 100010000 1011011 100011

Color Harmonies of #5F08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F08AD

Black with #5F08AD

Text Example


Text Example

White with #5F08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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