Html Css Color HEX #552CAC Purple Heart

📋 copy color: '#552CAC'

red 85 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #552CAC

Tints of Purple Heart #552CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 28.24%
G = 14.62%
B = 57.14%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552CAC (or 0x552CAC) is known color: Purple Heart. HEX triplet: 55, 2C and AC. RGB value is (85,44,172). Sum of RGB (Red+Green+Blue) = 85+44+172=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #552CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CAC is #AAD353. Grayscale: #464646. Windows color (decimal): -11195220 or 11283541. OLE color: 11283541.

HSL color Cylindrical-coordinate representation of color #552CAC: hue angle of 259.22º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552CAC is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 44 172 -
CMYK 0.51 0.74 0 0.33
HSL 259.22º 0.59% 0.42% -
HSV(B) 259.22º 0.74% 0.67% -
XYZ 12.09 6.71 39.69 -
YUV 70.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 85 44 172 0.51 0.74 0 0.33 259.22 0.59 0.42
Hex 55 2C AC 33 4A 0 21 103 3B 2A
Octal 125 54 254 63 112 0 41 403 73 52
Binary 1010101 101100 10101100 110011 1001010 0 100001 100000011 111011 101010

Color Harmonies of #552CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CAC

Black with #552CAC

Text Example


Text Example

White with #552CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552CAC; }

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

 H1.HeaderClassName
 {
   color: #552CAC;
 }
 .AnyTagClassName
 {
   color: #552CAC;
 }
</style>

background-color css

<style>
 a { background-color: #552CAC; }

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

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

border-color css

<style>
 span { border-color: #552CAC; }

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

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