Html Css Color HEX #5A18BA Purple Heart

📋 copy color: '#5A18BA'

red 90 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #5A18BA

Tints of Purple Heart #5A18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 30%
G = 8%
B = 62%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A18BA (or 0x5A18BA) is known color: Purple Heart. HEX triplet: 5A, 18 and BA. RGB value is (90,24,186). Sum of RGB (Red+Green+Blue) = 90+24+186=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A18BA is #A5E745. Grayscale: #3D3D3D. Windows color (decimal): -10872646 or 12195930. OLE color: 12195930.

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

Color convert

RGB 90 24 186 -
CMYK 0.52 0.87 0 0.27
HSL 264.44º 0.77% 0.41% -
HSV(B) 264.44º 0.87% 0.73% -
XYZ 13.41 6.37 46.98 -
YUV 62.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 90 24 186 0.52 0.87 0 0.27 264.44 0.77 0.41
Hex 5A 18 BA 34 57 0 1B 108 4D 29
Octal 132 30 272 64 127 0 33 410 115 51
Binary 1011010 11000 10111010 110100 1010111 0 11011 100001000 1001101 101001

Color Harmonies of #5A18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A18BA

Black with #5A18BA

Text Example


Text Example

White with #5A18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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