Html Css Color HEX #5509AE Purple Heart

📋 copy color: '#5509AE'

red 85 ◦ green 9 ◦ blue 174

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

Shades of Purple Heart #5509AE

Tints of Purple Heart #5509AE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 31.72%
G = 3.36%
B = 64.93%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5509AE (or 0x5509AE) is known color: Purple Heart. HEX triplet: 55, 09 and AE. RGB value is (85,9,174). Sum of RGB (Red+Green+Blue) = 85+9+174=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #5509AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5509AE is #AAF651. Grayscale: #313131. Windows color (decimal): -11204178 or 11405653. OLE color: 11405653.

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

Color convert

RGB 85 9 174 -
CMYK 0.51 0.95 0 0.32
HSL 267.64º 0.9% 0.36% -
HSV(B) 267.64º 0.95% 0.68% -
XYZ 11.48 5.18 40.44 -
YUV 50.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 85 9 174 0.51 0.95 0 0.32 267.64 0.9 0.36
Hex 55 9 AE 33 5F 0 20 10C 5A 24
Octal 125 11 256 63 137 0 40 414 132 44
Binary 1010101 1001 10101110 110011 1011111 0 100000 100001100 1011010 100100

Color Harmonies of #5509AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509AE

Black with #5509AE

Text Example


Text Example

White with #5509AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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