Html Css Color HEX #5A3ABD Purple Heart

📋 copy color: '#5A3ABD'

red 90 ◦ green 58 ◦ blue 189

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

Shades of Purple Heart #5A3ABD

Tints of Purple Heart #5A3ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 26.71%
G = 17.21%
B = 56.08%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A3ABD (or 0x5A3ABD) is known color: Purple Heart. HEX triplet: 5A, 3A and BD. RGB value is (90,58,189). Sum of RGB (Red+Green+Blue) = 90+58+189=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A3ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ABD is #A5C542. Grayscale: #525252. Windows color (decimal): -10863939 or 12401242. OLE color: 12401242.

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

Color convert

RGB 90 58 189 -
CMYK 0.52 0.69 0 0.26
HSL 254.66º 0.53% 0.48% -
HSV(B) 254.66º 0.69% 0.74% -
XYZ 14.91 8.87 49.07 -
YUV 82.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 90 58 189 0.52 0.69 0 0.26 254.66 0.53 0.48
Hex 5A 3A BD 34 45 0 1A FF 35 30
Octal 132 72 275 64 105 0 32 377 65 60
Binary 1011010 111010 10111101 110100 1000101 0 11010 11111111 110101 110000

Color Harmonies of #5A3ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3ABD

Black with #5A3ABD

Text Example


Text Example

White with #5A3ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,58,189); }

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

background-color css

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

 a { background-color: rgb(90,58,189); }

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

border-color css

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

 span { border-color: rgb(90,58,189); }

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