Html Css Color HEX #5523AC Purple Heart

📋 copy color: '#5523AC'

red 85 ◦ green 35 ◦ blue 172

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

Shades of Purple Heart #5523AC

Tints of Purple Heart #5523AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 29.11%
G = 11.99%
B = 58.9%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5523AC (or 0x5523AC) is known color: Purple Heart. HEX triplet: 55, 23 and AC. RGB value is (85,35,172). Sum of RGB (Red+Green+Blue) = 85+35+172=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5523AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5523AC is #AADC53. Grayscale: #414141. Windows color (decimal): -11197524 or 11281237. OLE color: 11281237.

HSL color Cylindrical-coordinate representation of color #5523AC: hue angle of 261.9º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5523AC is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 35 172 -
CMYK 0.51 0.80 0 0.33
HSL 261.9º 0.66% 0.41% -
HSV(B) 261.9º 0.8% 0.67% -
XYZ 11.79 6.11 39.59 -
YUV 65.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 85 35 172 0.51 0.80 0 0.33 261.9 0.66 0.41
Hex 55 23 AC 33 50 0 21 106 42 29
Octal 125 43 254 63 120 0 41 406 102 51
Binary 1010101 100011 10101100 110011 1010000 0 100001 100000110 1000010 101001

Color Harmonies of #5523AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523AC

Black with #5523AC

Text Example


Text Example

White with #5523AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5523AC; }

 p { color: rgb(85,35,172); }

 H1.HeaderClassName
 {
   color: #5523AC;
 }
 .AnyTagClassName
 {
   color: #5523AC;
 }
</style>

background-color css

<style>
 a { background-color: #5523AC; }

 a { background-color: rgb(85,35,172); }

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

border-color css

<style>
 span { border-color: #5523AC; }

 span { border-color: rgb(85,35,172); }

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