Html Css Color HEX #5A0DBE Purple Heart

📋 copy color: '#5A0DBE'

red 90 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #5A0DBE

Tints of Purple Heart #5A0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.44%

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

R = 30.72%
G = 4.44%
B = 64.85%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A0DBE (or 0x5A0DBE) is known color: Purple Heart. HEX triplet: 5A, 0D and BE. RGB value is (90,13,190). Sum of RGB (Red+Green+Blue) = 90+13+190=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DBE is #A5F241. Grayscale: #373737. Windows color (decimal): -10875458 or 12455258. OLE color: 12455258.

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

Color convert

RGB 90 13 190 -
CMYK 0.53 0.93 0 0.25
HSL 266.1º 0.87% 0.4% -
HSV(B) 266.1º 0.93% 0.75% -
XYZ 13.65 6.18 49.19 -
YUV 56.2 203.51 152.11 -
System Red Green Blue C M Y K H S L
Decimal 90 13 190 0.53 0.93 0 0.25 266.1 0.87 0.4
Hex 5A D BE 35 5D 0 19 10A 57 28
Octal 132 15 276 65 135 0 31 412 127 50
Binary 1011010 1101 10111110 110101 1011101 0 11001 100001010 1010111 101000

Color Harmonies of #5A0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0DBE

Black with #5A0DBE

Text Example


Text Example

White with #5A0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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