Html Css Color HEX #5733AA Purple Heart

📋 copy color: '#5733AA'

red 87 ◦ green 51 ◦ blue 170

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

Shades of Purple Heart #5733AA

Tints of Purple Heart #5733AA

RGB

 RED value IS 87 (34.38% from 255) = 28.25%

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 28.25%
G = 16.56%
B = 55.19%

CMYK

 C value IS 0.49

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5733AA (or 0x5733AA) is known color: Purple Heart. HEX triplet: 57, 33 and AA. RGB value is (87,51,170). Sum of RGB (Red+Green+Blue) = 87+51+170=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #5733AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5733AA is #A8CC55. Grayscale: #4A4A4A. Windows color (decimal): -11062358 or 11154263. OLE color: 11154263.

HSL color Cylindrical-coordinate representation of color #5733AA: hue angle of 258.15º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5733AA is Cyan = 0.49, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 51 170 -
CMYK 0.49 0.7 0 0.33
HSL 258.15º 0.54% 0.43% -
HSV(B) 258.15º 0.7% 0.67% -
XYZ 12.37 7.3 38.79 -
YUV 75.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 87 51 170 0.49 0.7 0 0.33 258.15 0.54 0.43
Hex 57 33 AA 31 46 0 21 102 36 2B
Octal 127 63 252 61 106 0 41 402 66 53
Binary 1010111 110011 10101010 110001 1000110 0 100001 100000010 110110 101011

Color Harmonies of #5733AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5733AA

Black with #5733AA

Text Example


Text Example

White with #5733AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5733AA; }

 p { color: rgb(87,51,170); }

 H1.HeaderClassName
 {
   color: #5733AA;
 }
 .AnyTagClassName
 {
   color: #5733AA;
 }
</style>

background-color css

<style>
 a { background-color: #5733AA; }

 a { background-color: rgb(87,51,170); }

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

border-color css

<style>
 span { border-color: #5733AA; }

 span { border-color: rgb(87,51,170); }

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