Html Css Color HEX #5F07AD Purple Heart

📋 copy color: '#5F07AD'

red 95 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #5F07AD

Tints of Purple Heart #5F07AD

RGB

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

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

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

R = 34.55%
G = 2.55%
B = 62.91%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F07AD (or 0x5F07AD) is known color: Purple Heart. HEX triplet: 5F, 07 and AD. RGB value is (95,7,173). Sum of RGB (Red+Green+Blue) = 95+7+173=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F07AD is #A0F852. Grayscale: #333333. Windows color (decimal): -10549331 or 11339615. OLE color: 11339615.

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

Color convert

RGB 95 7 173 -
CMYK 0.45 0.96 0 0.32
HSL 271.81º 0.92% 0.35% -
HSV(B) 271.81º 0.96% 0.68% -
XYZ 12.34 5.6 39.97 -
YUV 52.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 95 7 173 0.45 0.96 0 0.32 271.81 0.92 0.35
Hex 5F 7 AD 2D 60 0 20 110 5C 23
Octal 137 7 255 55 140 0 40 420 134 43
Binary 1011111 111 10101101 101101 1100000 0 100000 100010000 1011100 100011

Color Harmonies of #5F07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F07AD

Black with #5F07AD

Text Example


Text Example

White with #5F07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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