Html Css Color HEX #5A06B6 Purple Heart

📋 copy color: '#5A06B6'

red 90 ◦ green 6 ◦ blue 182

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

Shades of Purple Heart #5A06B6

Tints of Purple Heart #5A06B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.47%

R = 32.37%
G = 2.16%
B = 65.47%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A06B6 (or 0x5A06B6) is known color: Purple Heart. HEX triplet: 5A, 06 and B6. RGB value is (90,6,182). Sum of RGB (Red+Green+Blue) = 90+6+182=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A06B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06B6 is #A5F949. Grayscale: #323232. Windows color (decimal): -10877258 or 11929178. OLE color: 11929178.

HSL color Cylindrical-coordinate representation of color #5A06B6: hue angle of 268.64º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A06B6 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 6 182 -
CMYK 0.51 0.97 0 0.29
HSL 268.64º 0.94% 0.37% -
HSV(B) 268.64º 0.97% 0.71% -
XYZ 12.73 5.68 44.68 -
YUV 51.18 201.83 155.69 -
System Red Green Blue C M Y K H S L
Decimal 90 6 182 0.51 0.97 0 0.29 268.64 0.94 0.37
Hex 5A 6 B6 33 61 0 1D 10D 5E 25
Octal 132 6 266 63 141 0 35 415 136 45
Binary 1011010 110 10110110 110011 1100001 0 11101 100001101 1011110 100101

Color Harmonies of #5A06B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A06B6

Black with #5A06B6

Text Example


Text Example

White with #5A06B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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