Html Css Color HEX #5A02BB Purple Heart

📋 copy color: '#5A02BB'

red 90 ◦ green 2 ◦ blue 187

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

Shades of Purple Heart #5A02BB

Tints of Purple Heart #5A02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 32.26%
G = 0.72%
B = 67.03%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A02BB (or 0x5A02BB) is known color: Purple Heart. HEX triplet: 5A, 02 and BB. RGB value is (90,2,187). Sum of RGB (Red+Green+Blue) = 90+2+187=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A02BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A02BB is #A5FD44. Grayscale: #303030. Windows color (decimal): -10878277 or 12255834. OLE color: 12255834.

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

Color convert

RGB 90 2 187 -
CMYK 0.52 0.99 0 0.27
HSL 268.54º 0.98% 0.37% -
HSV(B) 268.54º 0.99% 0.73% -
XYZ 13.21 5.8 47.44 -
YUV 49.4 205.65 156.96 -
System Red Green Blue C M Y K H S L
Decimal 90 2 187 0.52 0.99 0 0.27 268.54 0.98 0.37
Hex 5A 2 BB 34 63 0 1B 10D 62 25
Octal 132 2 273 64 143 0 33 415 142 45
Binary 1011010 10 10111011 110100 1100011 0 11011 100001101 1100010 100101

Color Harmonies of #5A02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A02BB

Black with #5A02BB

Text Example


Text Example

White with #5A02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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