Html Css Color HEX #5520AF Purple Heart

📋 copy color: '#5520AF'

red 85 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #5520AF

Tints of Purple Heart #5520AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 29.11%
G = 10.96%
B = 59.93%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5520AF (or 0x5520AF) is known color: Purple Heart. HEX triplet: 55, 20 and AF. RGB value is (85,32,175). Sum of RGB (Red+Green+Blue) = 85+32+175=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #5520AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5520AF is #AADF50. Grayscale: #3F3F3F. Windows color (decimal): -11198289 or 11477077. OLE color: 11477077.

HSL color Cylindrical-coordinate representation of color #5520AF: hue angle of 262.24º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5520AF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 32 175 -
CMYK 0.51 0.82 0 0.31
HSL 262.24º 0.69% 0.41% -
HSV(B) 262.24º 0.82% 0.69% -
XYZ 12 6.06 41.09 -
YUV 64.15 190.56 142.87 -
System Red Green Blue C M Y K H S L
Decimal 85 32 175 0.51 0.82 0 0.31 262.24 0.69 0.41
Hex 55 20 AF 33 52 0 1F 106 45 29
Octal 125 40 257 63 122 0 37 406 105 51
Binary 1010101 100000 10101111 110011 1010010 0 11111 100000110 1000101 101001

Color Harmonies of #5520AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520AF

Black with #5520AF

Text Example


Text Example

White with #5520AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5520AF; }

 p { color: rgb(85,32,175); }

 H1.HeaderClassName
 {
   color: #5520AF;
 }
 .AnyTagClassName
 {
   color: #5520AF;
 }
</style>

background-color css

<style>
 a { background-color: #5520AF; }

 a { background-color: rgb(85,32,175); }

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

border-color css

<style>
 span { border-color: #5520AF; }

 span { border-color: rgb(85,32,175); }

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