Html Css Color HEX #5A33AE Purple Heart

📋 copy color: '#5A33AE'

red 90 ◦ green 51 ◦ blue 174

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

Shades of Purple Heart #5A33AE

Tints of Purple Heart #5A33AE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 28.57%
G = 16.19%
B = 55.24%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A33AE (or 0x5A33AE) is known color: Purple Heart. HEX triplet: 5A, 33 and AE. RGB value is (90,51,174). Sum of RGB (Red+Green+Blue) = 90+51+174=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A33AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A33AE is #A5CC51. Grayscale: #4C4C4C. Windows color (decimal): -10865746 or 11416410. OLE color: 11416410.

HSL color Cylindrical-coordinate representation of color #5A33AE: hue angle of 259.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A33AE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 51 174 -
CMYK 0.48 0.71 0 0.32
HSL 259.02º 0.55% 0.44% -
HSV(B) 259.02º 0.71% 0.68% -
XYZ 13.04 7.6 40.82 -
YUV 76.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 90 51 174 0.48 0.71 0 0.32 259.02 0.55 0.44
Hex 5A 33 AE 30 47 0 20 103 37 2C
Octal 132 63 256 60 107 0 40 403 67 54
Binary 1011010 110011 10101110 110000 1000111 0 100000 100000011 110111 101100

Color Harmonies of #5A33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A33AE

Black with #5A33AE

Text Example


Text Example

White with #5A33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,51,174); }

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

background-color css

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

 a { background-color: rgb(90,51,174); }

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

border-color css

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

 span { border-color: rgb(90,51,174); }

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