Html Css Color HEX #5F06AD Purple Heart

📋 copy color: '#5F06AD'

red 95 ◦ green 6 ◦ blue 173

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

Shades of Purple Heart #5F06AD

Tints of Purple Heart #5F06AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

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

R = 34.67%
G = 2.19%
B = 63.14%

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

#5F06AD (or 0x5F06AD) is known color: Purple Heart. HEX triplet: 5F, 06 and AD. RGB value is (95,6,173). Sum of RGB (Red+Green+Blue) = 95+6+173=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F06AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F06AD is #A0F952. Grayscale: #333333. Windows color (decimal): -10549587 or 11339359. OLE color: 11339359.

HSL color Cylindrical-coordinate representation of color #5F06AD: hue angle of 271.98º degrees, saturation: 0.93, 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 #5F06AD is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 6 173 -
CMYK 0.45 0.97 0 0.32
HSL 271.98º 0.93% 0.35% -
HSV(B) 271.98º 0.97% 0.68% -
XYZ 12.33 5.58 39.96 -
YUV 51.65 196.49 158.92 -
System Red Green Blue C M Y K H S L
Decimal 95 6 173 0.45 0.97 0 0.32 271.98 0.93 0.35
Hex 5F 6 AD 2D 61 0 20 110 5D 23
Octal 137 6 255 55 141 0 40 420 135 43
Binary 1011111 110 10101101 101101 1100001 0 100000 100010000 1011101 100011

Color Harmonies of #5F06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F06AD

Black with #5F06AD

Text Example


Text Example

White with #5F06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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