Html Css Color HEX #5A2DBC Purple Heart

📋 copy color: '#5A2DBC'

red 90 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #5A2DBC

Tints of Purple Heart #5A2DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

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

R = 27.86%
G = 13.93%
B = 58.2%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A2DBC (or 0x5A2DBC) is known color: Purple Heart. HEX triplet: 5A, 2D and BC. RGB value is (90,45,188). Sum of RGB (Red+Green+Blue) = 90+45+188=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A2DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DBC is #A5D243. Grayscale: #4A4A4A. Windows color (decimal): -10867268 or 12332378. OLE color: 12332378.

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

Color convert

RGB 90 45 188 -
CMYK 0.52 0.76 0 0.26
HSL 258.88º 0.61% 0.46% -
HSV(B) 258.88º 0.76% 0.74% -
XYZ 14.23 7.68 48.31 -
YUV 74.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 90 45 188 0.52 0.76 0 0.26 258.88 0.61 0.46
Hex 5A 2D BC 34 4C 0 1A 103 3D 2E
Octal 132 55 274 64 114 0 32 403 75 56
Binary 1011010 101101 10111100 110100 1001100 0 11010 100000011 111101 101110

Color Harmonies of #5A2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2DBC

Black with #5A2DBC

Text Example


Text Example

White with #5A2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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