Html Css Color HEX #5A3ECD Purple Heart

📋 copy color: '#5A3ECD'

red 90 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #5A3ECD

Tints of Purple Heart #5A3ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.37%

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

R = 25.21%
G = 17.37%
B = 57.42%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A3ECD (or 0x5A3ECD) is known color: Purple Heart. HEX triplet: 5A, 3E and CD. RGB value is (90,62,205). Sum of RGB (Red+Green+Blue) = 90+62+205=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ECD is #A5C132. Grayscale: #565656. Windows color (decimal): -10862899 or 13450842. OLE color: 13450842.

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

Color convert

RGB 90 62 205 -
CMYK 0.56 0.70 0 0.20
HSL 251.75º 0.59% 0.52% -
HSV(B) 251.75º 0.7% 0.8% -
XYZ 16.96 10.03 58.8 -
YUV 86.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 90 62 205 0.56 0.70 0 0.20 251.75 0.59 0.52
Hex 5A 3E CD 38 46 0 14 FC 3B 34
Octal 132 76 315 70 106 0 24 374 73 64
Binary 1011010 111110 11001101 111000 1000110 0 10100 11111100 111011 110100

Color Harmonies of #5A3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3ECD

Black with #5A3ECD

Text Example


Text Example

White with #5A3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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