Html Css Color HEX #5F07AC Purple Heart

📋 copy color: '#5F07AC'

red 95 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #5F07AC

Tints of Purple Heart #5F07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 34.67%
G = 2.55%
B = 62.77%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F07AC (or 0x5F07AC) is known color: Purple Heart. HEX triplet: 5F, 07 and AC. RGB value is (95,7,172). Sum of RGB (Red+Green+Blue) = 95+7+172=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F07AC is #A0F853. Grayscale: #333333. Windows color (decimal): -10549332 or 11274079. OLE color: 11274079.

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

Color convert

RGB 95 7 172 -
CMYK 0.45 0.96 0 0.33
HSL 272º 0.92% 0.35% -
HSV(B) 272º 0.96% 0.67% -
XYZ 12.24 5.56 39.46 -
YUV 52.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 95 7 172 0.45 0.96 0 0.33 272 0.92 0.35
Hex 5F 7 AC 2D 60 0 21 110 5C 23
Octal 137 7 254 55 140 0 41 420 134 43
Binary 1011111 111 10101100 101101 1100000 0 100001 100010000 1011100 100011

Color Harmonies of #5F07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F07AC

Black with #5F07AC

Text Example


Text Example

White with #5F07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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