Html Css Color HEX #5A17BA Purple Heart

📋 copy color: '#5A17BA'

red 90 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #5A17BA

Tints of Purple Heart #5A17BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

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

R = 30.1%
G = 7.69%
B = 62.21%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A17BA (or 0x5A17BA) is known color: Purple Heart. HEX triplet: 5A, 17 and BA. RGB value is (90,23,186). Sum of RGB (Red+Green+Blue) = 90+23+186=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A17BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A17BA is #A5E845. Grayscale: #3D3D3D. Windows color (decimal): -10872902 or 12195674. OLE color: 12195674.

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

Color convert

RGB 90 23 186 -
CMYK 0.52 0.88 0 0.27
HSL 264.66º 0.78% 0.41% -
HSV(B) 264.66º 0.88% 0.73% -
XYZ 13.39 6.33 46.97 -
YUV 61.62 198.2 148.25 -
System Red Green Blue C M Y K H S L
Decimal 90 23 186 0.52 0.88 0 0.27 264.66 0.78 0.41
Hex 5A 17 BA 34 58 0 1B 109 4E 29
Octal 132 27 272 64 130 0 33 411 116 51
Binary 1011010 10111 10111010 110100 1011000 0 11011 100001001 1001110 101001

Color Harmonies of #5A17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A17BA

Black with #5A17BA

Text Example


Text Example

White with #5A17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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