Html Css Color HEX #5510AE Purple Heart

📋 copy color: '#5510AE'

red 85 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #5510AE

Tints of Purple Heart #5510AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.82%

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

R = 30.91%
G = 5.82%
B = 63.27%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5510AE (or 0x5510AE) is known color: Purple Heart. HEX triplet: 55, 10 and AE. RGB value is (85,16,174). Sum of RGB (Red+Green+Blue) = 85+16+174=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #5510AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510AE is #AAEF51. Grayscale: #363636. Windows color (decimal): -11202386 or 11407445. OLE color: 11407445.

HSL color Cylindrical-coordinate representation of color #5510AE: hue angle of 266.2º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5510AE is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 16 174 -
CMYK 0.51 0.91 0 0.32
HSL 266.2º 0.83% 0.37% -
HSV(B) 266.2º 0.91% 0.68% -
XYZ 11.57 5.36 40.47 -
YUV 54.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 85 16 174 0.51 0.91 0 0.32 266.2 0.83 0.37
Hex 55 10 AE 33 5B 0 20 10A 53 25
Octal 125 20 256 63 133 0 40 412 123 45
Binary 1010101 10000 10101110 110011 1011011 0 100000 100001010 1010011 100101

Color Harmonies of #5510AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510AE

Black with #5510AE

Text Example


Text Example

White with #5510AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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