Html Css Color HEX #5A3FBD Purple Heart

📋 copy color: '#5A3FBD'

red 90 ◦ green 63 ◦ blue 189

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

Shades of Purple Heart #5A3FBD

Tints of Purple Heart #5A3FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

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

R = 26.32%
G = 18.42%
B = 55.26%

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

#5A3FBD (or 0x5A3FBD) is known color: Purple Heart. HEX triplet: 5A, 3F and BD. RGB value is (90,63,189). Sum of RGB (Red+Green+Blue) = 90+63+189=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3FBD is #A5C042. Grayscale: #545454. Windows color (decimal): -10862659 or 12402522. OLE color: 12402522.

HSL color Cylindrical-coordinate representation of color #5A3FBD: hue angle of 252.86º degrees, saturation: 0.5, 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 #5A3FBD is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 63 189 -
CMYK 0.52 0.67 0 0.26
HSL 252.86º 0.5% 0.49% -
HSV(B) 252.86º 0.67% 0.74% -
XYZ 15.18 9.4 49.16 -
YUV 85.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 90 63 189 0.52 0.67 0 0.26 252.86 0.5 0.49
Hex 5A 3F BD 34 43 0 1A FD 32 31
Octal 132 77 275 64 103 0 32 375 62 61
Binary 1011010 111111 10111101 110100 1000011 0 11010 11111101 110010 110001

Color Harmonies of #5A3FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3FBD

Black with #5A3FBD

Text Example


Text Example

White with #5A3FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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