Html Css Color HEX #5A21BB Purple Heart

📋 copy color: '#5A21BB'

red 90 ◦ green 33 ◦ blue 187

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

Shades of Purple Heart #5A21BB

Tints of Purple Heart #5A21BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 29.03%
G = 10.65%
B = 60.32%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A21BB (or 0x5A21BB) is known color: Purple Heart. HEX triplet: 5A, 21 and BB. RGB value is (90,33,187). Sum of RGB (Red+Green+Blue) = 90+33+187=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A21BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A21BB is #A5DE44. Grayscale: #434343. Windows color (decimal): -10870341 or 12263770. OLE color: 12263770.

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

Color convert

RGB 90 33 187 -
CMYK 0.52 0.82 0 0.27
HSL 262.21º 0.7% 0.43% -
HSV(B) 262.21º 0.82% 0.73% -
XYZ 13.73 6.85 47.61 -
YUV 67.6 195.38 143.98 -
System Red Green Blue C M Y K H S L
Decimal 90 33 187 0.52 0.82 0 0.27 262.21 0.7 0.43
Hex 5A 21 BB 34 52 0 1B 106 46 2B
Octal 132 41 273 64 122 0 33 406 106 53
Binary 1011010 100001 10111011 110100 1010010 0 11011 100000110 1000110 101011

Color Harmonies of #5A21BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A21BB

Black with #5A21BB

Text Example


Text Example

White with #5A21BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,33,187); }

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

background-color css

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

 a { background-color: rgb(90,33,187); }

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

border-color css

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

 span { border-color: rgb(90,33,187); }

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