Html Css Color HEX #5A3EBD Purple Heart

📋 copy color: '#5A3EBD'

red 90 ◦ green 62 ◦ blue 189

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

Shades of Purple Heart #5A3EBD

Tints of Purple Heart #5A3EBD

RGB

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

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

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

R = 26.39%
G = 18.18%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A3EBD (or 0x5A3EBD) is known color: Purple Heart. HEX triplet: 5A, 3E and BD. RGB value is (90,62,189). Sum of RGB (Red+Green+Blue) = 90+62+189=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3EBD is #A5C142. Grayscale: #545454. Windows color (decimal): -10862915 or 12402266. OLE color: 12402266.

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

Color convert

RGB 90 62 189 -
CMYK 0.52 0.67 0 0.26
HSL 253.23º 0.51% 0.49% -
HSV(B) 253.23º 0.67% 0.74% -
XYZ 15.12 9.29 49.14 -
YUV 84.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 90 62 189 0.52 0.67 0 0.26 253.23 0.51 0.49
Hex 5A 3E BD 34 43 0 1A FD 33 31
Octal 132 76 275 64 103 0 32 375 63 61
Binary 1011010 111110 10111101 110100 1000011 0 11010 11111101 110011 110001

Color Harmonies of #5A3EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3EBD

Black with #5A3EBD

Text Example


Text Example

White with #5A3EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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