Html Css Color HEX #5530AC Purple Heart

📋 copy color: '#5530AC'

red 85 ◦ green 48 ◦ blue 172

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

Shades of Purple Heart #5530AC

Tints of Purple Heart #5530AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 27.87%
G = 15.74%
B = 56.39%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5530AC (or 0x5530AC) is known color: Purple Heart. HEX triplet: 55, 30 and AC. RGB value is (85,48,172). Sum of RGB (Red+Green+Blue) = 85+48+172=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #5530AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5530AC is #AACF53. Grayscale: #484848. Windows color (decimal): -11194196 or 11284565. OLE color: 11284565.

HSL color Cylindrical-coordinate representation of color #5530AC: hue angle of 257.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5530AC is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 48 172 -
CMYK 0.51 0.72 0 0.33
HSL 257.9º 0.56% 0.43% -
HSV(B) 257.9º 0.72% 0.67% -
XYZ 12.25 7.02 39.74 -
YUV 73.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 85 48 172 0.51 0.72 0 0.33 257.9 0.56 0.43
Hex 55 30 AC 33 48 0 21 102 38 2B
Octal 125 60 254 63 110 0 41 402 70 53
Binary 1010101 110000 10101100 110011 1001000 0 100001 100000010 111000 101011

Color Harmonies of #5530AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530AC

Black with #5530AC

Text Example


Text Example

White with #5530AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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