Html Css Color HEX #5A2BBC Purple Heart

📋 copy color: '#5A2BBC'

red 90 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #5A2BBC

Tints of Purple Heart #5A2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 28.04%
G = 13.4%
B = 58.57%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A2BBC (or 0x5A2BBC) is known color: Purple Heart. HEX triplet: 5A, 2B and BC. RGB value is (90,43,188). Sum of RGB (Red+Green+Blue) = 90+43+188=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BBC is #A5D443. Grayscale: #494949. Windows color (decimal): -10867780 or 12331866. OLE color: 12331866.

HSL color Cylindrical-coordinate representation of color #5A2BBC: hue angle of 259.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2BBC is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 43 188 -
CMYK 0.52 0.77 0 0.26
HSL 259.45º 0.63% 0.45% -
HSV(B) 259.45º 0.77% 0.74% -
XYZ 14.16 7.53 48.28 -
YUV 73.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 90 43 188 0.52 0.77 0 0.26 259.45 0.63 0.45
Hex 5A 2B BC 34 4D 0 1A 103 3F 2D
Octal 132 53 274 64 115 0 32 403 77 55
Binary 1011010 101011 10111100 110100 1001101 0 11010 100000011 111111 101101

Color Harmonies of #5A2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2BBC

Black with #5A2BBC

Text Example


Text Example

White with #5A2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,43,188); }

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

background-color css

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

 a { background-color: rgb(90,43,188); }

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

border-color css

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

 span { border-color: rgb(90,43,188); }

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