Html Css Color HEX #5A3BCD Purple Heart

📋 copy color: '#5A3BCD'

red 90 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #5A3BCD

Tints of Purple Heart #5A3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 25.42%
G = 16.67%
B = 57.91%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A3BCD (or 0x5A3BCD) is known color: Purple Heart. HEX triplet: 5A, 3B and CD. RGB value is (90,59,205). Sum of RGB (Red+Green+Blue) = 90+59+205=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BCD is #A5C432. Grayscale: #545454. Windows color (decimal): -10863667 or 13450074. OLE color: 13450074.

HSL color Cylindrical-coordinate representation of color #5A3BCD: hue angle of 252.74º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A3BCD is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 59 205 -
CMYK 0.56 0.71 0 0.20
HSL 252.74º 0.59% 0.52% -
HSV(B) 252.74º 0.71% 0.8% -
XYZ 16.8 9.71 58.75 -
YUV 84.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 90 59 205 0.56 0.71 0 0.20 252.74 0.59 0.52
Hex 5A 3B CD 38 47 0 14 FD 3B 34
Octal 132 73 315 70 107 0 24 375 73 64
Binary 1011010 111011 11001101 111000 1000111 0 10100 11111101 111011 110100

Color Harmonies of #5A3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3BCD

Black with #5A3BCD

Text Example


Text Example

White with #5A3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,59,205); }

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

background-color css

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

 a { background-color: rgb(90,59,205); }

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

border-color css

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

 span { border-color: rgb(90,59,205); }

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