Html Css Color HEX #5A0FA8 Purple Heart

📋 copy color: '#5A0FA8'

red 90 ◦ green 15 ◦ blue 168

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

Shades of Purple Heart #5A0FA8

Tints of Purple Heart #5A0FA8

RGB

 RED value IS 90 (35.55% from 255) = 32.97%

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

 BLUE value IS 168 (66.02% from 255) = 61.54%

R = 32.97%
G = 5.49%
B = 61.54%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5A0FA8 (or 0x5A0FA8) is known color: Purple Heart. HEX triplet: 5A, 0F and A8. RGB value is (90,15,168). Sum of RGB (Red+Green+Blue) = 90+15+168=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #5A0FA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0FA8 is #A5F057. Grayscale: #363636. Windows color (decimal): -10874968 or 11013978. OLE color: 11013978.

HSL color Cylindrical-coordinate representation of color #5A0FA8: hue angle of 269.41º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0FA8 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 15 168 -
CMYK 0.46 0.91 0 0.34
HSL 269.41º 0.84% 0.36% -
HSV(B) 269.41º 0.91% 0.66% -
XYZ 11.46 5.34 37.47 -
YUV 54.87 191.85 153.06 -
System Red Green Blue C M Y K H S L
Decimal 90 15 168 0.46 0.91 0 0.34 269.41 0.84 0.36
Hex 5A F A8 2E 5B 0 22 10D 54 24
Octal 132 17 250 56 133 0 42 415 124 44
Binary 1011010 1111 10101000 101110 1011011 0 100010 100001101 1010100 100100

Color Harmonies of #5A0FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FA8

Black with #5A0FA8

Text Example


Text Example

White with #5A0FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,168); }

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

background-color css

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

 a { background-color: rgb(90,15,168); }

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

border-color css

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

 span { border-color: rgb(90,15,168); }

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