Html Css Color HEX #5A2DBE Purple Heart

📋 copy color: '#5A2DBE'

red 90 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #5A2DBE

Tints of Purple Heart #5A2DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 27.69%
G = 13.85%
B = 58.46%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A2DBE (or 0x5A2DBE) is known color: Purple Heart. HEX triplet: 5A, 2D and BE. RGB value is (90,45,190). Sum of RGB (Red+Green+Blue) = 90+45+190=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A2DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DBE is #A5D241. Grayscale: #4A4A4A. Windows color (decimal): -10867266 or 12463450. OLE color: 12463450.

HSL color Cylindrical-coordinate representation of color #5A2DBE: hue angle of 258.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2DBE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 45 190 -
CMYK 0.53 0.76 0 0.25
HSL 258.62º 0.62% 0.46% -
HSV(B) 258.62º 0.76% 0.75% -
XYZ 14.45 7.77 49.45 -
YUV 74.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 90 45 190 0.53 0.76 0 0.25 258.62 0.62 0.46
Hex 5A 2D BE 35 4C 0 19 103 3E 2E
Octal 132 55 276 65 114 0 31 403 76 56
Binary 1011010 101101 10111110 110101 1001100 0 11001 100000011 111110 101110

Color Harmonies of #5A2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2DBE

Black with #5A2DBE

Text Example


Text Example

White with #5A2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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