Html Css Color HEX #5535AE Purple Heart

📋 copy color: '#5535AE'

red 85 ◦ green 53 ◦ blue 174

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

Shades of Purple Heart #5535AE

Tints of Purple Heart #5535AE

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 27.24%
G = 16.99%
B = 55.77%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5535AE (or 0x5535AE) is known color: Purple Heart. HEX triplet: 55, 35 and AE. RGB value is (85,53,174). Sum of RGB (Red+Green+Blue) = 85+53+174=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #5535AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5535AE is #AACA51. Grayscale: #4B4B4B. Windows color (decimal): -11192914 or 11416917. OLE color: 11416917.

HSL color Cylindrical-coordinate representation of color #5535AE: hue angle of 255.87º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5535AE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 53 174 -
CMYK 0.51 0.70 0 0.32
HSL 255.87º 0.53% 0.45% -
HSV(B) 255.87º 0.7% 0.68% -
XYZ 12.66 7.53 40.83 -
YUV 76.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 85 53 174 0.51 0.70 0 0.32 255.87 0.53 0.45
Hex 55 35 AE 33 46 0 20 100 35 2D
Octal 125 65 256 63 106 0 40 400 65 55
Binary 1010101 110101 10101110 110011 1000110 0 100000 100000000 110101 101101

Color Harmonies of #5535AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5535AE

Black with #5535AE

Text Example


Text Example

White with #5535AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5535AE; }

 p { color: rgb(85,53,174); }

 H1.HeaderClassName
 {
   color: #5535AE;
 }
 .AnyTagClassName
 {
   color: #5535AE;
 }
</style>

background-color css

<style>
 a { background-color: #5535AE; }

 a { background-color: rgb(85,53,174); }

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

border-color css

<style>
 span { border-color: #5535AE; }

 span { border-color: rgb(85,53,174); }

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