Html Css Color HEX #5A08BA Purple Heart

📋 copy color: '#5A08BA'

red 90 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #5A08BA

Tints of Purple Heart #5A08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 31.69%
G = 2.82%
B = 65.49%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A08BA (or 0x5A08BA) is known color: Purple Heart. HEX triplet: 5A, 08 and BA. RGB value is (90,8,186). Sum of RGB (Red+Green+Blue) = 90+8+186=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08BA is #A5F745. Grayscale: #343434. Windows color (decimal): -10876742 or 12191834. OLE color: 12191834.

HSL color Cylindrical-coordinate representation of color #5A08BA: hue angle of 267.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A08BA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 8 186 -
CMYK 0.52 0.96 0 0.27
HSL 267.64º 0.92% 0.38% -
HSV(B) 267.64º 0.96% 0.73% -
XYZ 13.17 5.89 46.9 -
YUV 52.81 203.17 154.53 -
System Red Green Blue C M Y K H S L
Decimal 90 8 186 0.52 0.96 0 0.27 267.64 0.92 0.38
Hex 5A 8 BA 34 60 0 1B 10C 5C 26
Octal 132 10 272 64 140 0 33 414 134 46
Binary 1011010 1000 10111010 110100 1100000 0 11011 100001100 1011100 100110

Color Harmonies of #5A08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A08BA

Black with #5A08BA

Text Example


Text Example

White with #5A08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,186); }

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

background-color css

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

 a { background-color: rgb(90,8,186); }

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

border-color css

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

 span { border-color: rgb(90,8,186); }

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