Html Css Color HEX #5A2BBD Purple Heart

📋 copy color: '#5A2BBD'

red 90 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #5A2BBD

Tints of Purple Heart #5A2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.7%

R = 27.95%
G = 13.35%
B = 58.7%

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

#5A2BBD (or 0x5A2BBD) is known color: Purple Heart. HEX triplet: 5A, 2B and BD. RGB value is (90,43,189). Sum of RGB (Red+Green+Blue) = 90+43+189=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BBD is #A5D442. Grayscale: #494949. Windows color (decimal): -10867779 or 12397402. OLE color: 12397402.

HSL color Cylindrical-coordinate representation of color #5A2BBD: hue angle of 259.32º 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 #5A2BBD is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 43 189 -
CMYK 0.52 0.77 0 0.26
HSL 259.32º 0.63% 0.45% -
HSV(B) 259.32º 0.77% 0.74% -
XYZ 14.27 7.58 48.85 -
YUV 73.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 90 43 189 0.52 0.77 0 0.26 259.32 0.63 0.45
Hex 5A 2B BD 34 4D 0 1A 103 3F 2D
Octal 132 53 275 64 115 0 32 403 77 55
Binary 1011010 101011 10111101 110100 1001101 0 11010 100000011 111111 101101

Color Harmonies of #5A2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2BBD

Black with #5A2BBD

Text Example


Text Example

White with #5A2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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