Html Css Color HEX #552DAC Purple Heart

📋 copy color: '#552DAC'

red 85 ◦ green 45 ◦ blue 172

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

Shades of Purple Heart #552DAC

Tints of Purple Heart #552DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

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

R = 28.15%
G = 14.9%
B = 56.95%

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

#552DAC (or 0x552DAC) is known color: Purple Heart. HEX triplet: 55, 2D and AC. RGB value is (85,45,172). Sum of RGB (Red+Green+Blue) = 85+45+172=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #552DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DAC is #AAD253. Grayscale: #464646. Windows color (decimal): -11194964 or 11283797. OLE color: 11283797.

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

Color convert

RGB 85 45 172 -
CMYK 0.51 0.74 0 0.33
HSL 258.9º 0.59% 0.43% -
HSV(B) 258.9º 0.74% 0.67% -
XYZ 12.13 6.79 39.7 -
YUV 71.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 85 45 172 0.51 0.74 0 0.33 258.9 0.59 0.43
Hex 55 2D AC 33 4A 0 21 103 3B 2B
Octal 125 55 254 63 112 0 41 403 73 53
Binary 1010101 101101 10101100 110011 1001010 0 100001 100000011 111011 101011

Color Harmonies of #552DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DAC

Black with #552DAC

Text Example


Text Example

White with #552DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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