Html Css Color HEX #5531AF Purple Heart

📋 copy color: '#5531AF'

red 85 ◦ green 49 ◦ blue 175

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

Shades of Purple Heart #5531AF

Tints of Purple Heart #5531AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 27.51%
G = 15.86%
B = 56.63%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5531AF (or 0x5531AF) is known color: Purple Heart. HEX triplet: 55, 31 and AF. RGB value is (85,49,175). Sum of RGB (Red+Green+Blue) = 85+49+175=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5531AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5531AF is #AACE50. Grayscale: #494949. Windows color (decimal): -11193937 or 11481429. OLE color: 11481429.

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

Color convert

RGB 85 49 175 -
CMYK 0.51 0.72 0 0.31
HSL 257.14º 0.56% 0.44% -
HSV(B) 257.14º 0.72% 0.69% -
XYZ 12.58 7.22 41.29 -
YUV 74.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 85 49 175 0.51 0.72 0 0.31 257.14 0.56 0.44
Hex 55 31 AF 33 48 0 1F 101 38 2C
Octal 125 61 257 63 110 0 37 401 70 54
Binary 1010101 110001 10101111 110011 1001000 0 11111 100000001 111000 101100

Color Harmonies of #5531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5531AF

Black with #5531AF

Text Example


Text Example

White with #5531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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