Html Css Color HEX #5A06BA Purple Heart

📋 copy color: '#5A06BA'

red 90 ◦ green 6 ◦ blue 186

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

Shades of Purple Heart #5A06BA

Tints of Purple Heart #5A06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 31.91%
G = 2.13%
B = 65.96%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A06BA (or 0x5A06BA) is known color: Purple Heart. HEX triplet: 5A, 06 and BA. RGB value is (90,6,186). Sum of RGB (Red+Green+Blue) = 90+6+186=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A06BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06BA is #A5F945. Grayscale: #333333. Windows color (decimal): -10877254 or 12191322. OLE color: 12191322.

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

Color convert

RGB 90 6 186 -
CMYK 0.52 0.97 0 0.27
HSL 268º 0.94% 0.38% -
HSV(B) 268º 0.97% 0.73% -
XYZ 13.14 5.85 46.89 -
YUV 51.64 203.83 155.36 -
System Red Green Blue C M Y K H S L
Decimal 90 6 186 0.52 0.97 0 0.27 268 0.94 0.38
Hex 5A 6 BA 34 61 0 1B 10C 5E 26
Octal 132 6 272 64 141 0 33 414 136 46
Binary 1011010 110 10111010 110100 1100001 0 11011 100001100 1011110 100110

Color Harmonies of #5A06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A06BA

Black with #5A06BA

Text Example


Text Example

White with #5A06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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