Html Css Color HEX #5A1DB4 Purple Heart

📋 copy color: '#5A1DB4'

red 90 ◦ green 29 ◦ blue 180

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

Shades of Purple Heart #5A1DB4

Tints of Purple Heart #5A1DB4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.7%

 BLUE value IS 180 (70.7% from 255) = 60.2%

R = 30.1%
G = 9.7%
B = 60.2%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A1DB4 (or 0x5A1DB4) is known color: Purple Heart. HEX triplet: 5A, 1D and B4. RGB value is (90,29,180). Sum of RGB (Red+Green+Blue) = 90+29+180=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A1DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1DB4 is #A5E24B. Grayscale: #3F3F3F. Windows color (decimal): -10871372 or 11803994. OLE color: 11803994.

HSL color Cylindrical-coordinate representation of color #5A1DB4: hue angle of 264.24º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1DB4 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 29 180 -
CMYK 0.50 0.84 0 0.29
HSL 264.24º 0.72% 0.41% -
HSV(B) 264.24º 0.84% 0.71% -
XYZ 12.89 6.35 43.73 -
YUV 64.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 90 29 180 0.50 0.84 0 0.29 264.24 0.72 0.41
Hex 5A 1D B4 32 54 0 1D 108 48 29
Octal 132 35 264 62 124 0 35 410 110 51
Binary 1011010 11101 10110100 110010 1010100 0 11101 100001000 1001000 101001

Color Harmonies of #5A1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1DB4

Black with #5A1DB4

Text Example


Text Example

White with #5A1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,180); }

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

background-color css

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

 a { background-color: rgb(90,29,180); }

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

border-color css

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

 span { border-color: rgb(90,29,180); }

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