Html Css Color HEX #5F0FAD Purple Heart

📋 copy color: '#5F0FAD'

red 95 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #5F0FAD

Tints of Purple Heart #5F0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 33.57%
G = 5.3%
B = 61.13%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F0FAD (or 0x5F0FAD) is known color: Purple Heart. HEX triplet: 5F, 0F and AD. RGB value is (95,15,173). Sum of RGB (Red+Green+Blue) = 95+15+173=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F0FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0FAD is #A0F052. Grayscale: #383838. Windows color (decimal): -10547283 or 11341663. OLE color: 11341663.

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

Color convert

RGB 95 15 173 -
CMYK 0.45 0.91 0 0.32
HSL 270.38º 0.84% 0.37% -
HSV(B) 270.38º 0.91% 0.68% -
XYZ 12.43 5.79 40 -
YUV 56.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 95 15 173 0.45 0.91 0 0.32 270.38 0.84 0.37
Hex 5F F AD 2D 5B 0 20 10E 54 25
Octal 137 17 255 55 133 0 40 416 124 45
Binary 1011111 1111 10101101 101101 1011011 0 100000 100001110 1010100 100101

Color Harmonies of #5F0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0FAD

Black with #5F0FAD

Text Example


Text Example

White with #5F0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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