Html Css Color HEX #5A1EB7 Purple Heart

📋 copy color: '#5A1EB7'

red 90 ◦ green 30 ◦ blue 183

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

Shades of Purple Heart #5A1EB7

Tints of Purple Heart #5A1EB7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

 BLUE value IS 183 (71.88% from 255) = 60.4%

R = 29.7%
G = 9.9%
B = 60.4%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5A1EB7 (or 0x5A1EB7) is known color: Purple Heart. HEX triplet: 5A, 1E and B7. RGB value is (90,30,183). Sum of RGB (Red+Green+Blue) = 90+30+183=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #5A1EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1EB7 is #A5E148. Grayscale: #404040. Windows color (decimal): -10871113 or 12000858. OLE color: 12000858.

HSL color Cylindrical-coordinate representation of color #5A1EB7: hue angle of 263.53º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1EB7 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 90 30 183 -
CMYK 0.51 0.84 0 0.28
HSL 263.53º 0.72% 0.42% -
HSV(B) 263.53º 0.84% 0.72% -
XYZ 13.23 6.52 45.36 -
YUV 65.38 194.38 145.56 -
System Red Green Blue C M Y K H S L
Decimal 90 30 183 0.51 0.84 0 0.28 263.53 0.72 0.42
Hex 5A 1E B7 33 54 0 1C 108 48 2A
Octal 132 36 267 63 124 0 34 410 110 52
Binary 1011010 11110 10110111 110011 1010100 0 11100 100001000 1001000 101010

Color Harmonies of #5A1EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1EB7

Black with #5A1EB7

Text Example


Text Example

White with #5A1EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,183); }

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

background-color css

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

 a { background-color: rgb(90,30,183); }

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

border-color css

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

 span { border-color: rgb(90,30,183); }

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