Html Css Color HEX #5F09AC Purple Heart

📋 copy color: '#5F09AC'

red 95 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #5F09AC

Tints of Purple Heart #5F09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 34.42%
G = 3.26%
B = 62.32%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F09AC (or 0x5F09AC) is known color: Purple Heart. HEX triplet: 5F, 09 and AC. RGB value is (95,9,172). Sum of RGB (Red+Green+Blue) = 95+9+172=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F09AC is #A0F653. Grayscale: #343434. Windows color (decimal): -10548820 or 11274591. OLE color: 11274591.

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

Color convert

RGB 95 9 172 -
CMYK 0.45 0.95 0 0.33
HSL 271.66º 0.9% 0.35% -
HSV(B) 271.66º 0.95% 0.67% -
XYZ 12.26 5.61 39.47 -
YUV 53.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 95 9 172 0.45 0.95 0 0.33 271.66 0.9 0.35
Hex 5F 9 AC 2D 5F 0 21 110 5A 23
Octal 137 11 254 55 137 0 41 420 132 43
Binary 1011111 1001 10101100 101101 1011111 0 100001 100010000 1011010 100011

Color Harmonies of #5F09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F09AC

Black with #5F09AC

Text Example


Text Example

White with #5F09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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