Html Css Color HEX #552FAC Purple Heart

📋 copy color: '#552FAC'

red 85 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #552FAC

Tints of Purple Heart #552FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

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

R = 27.96%
G = 15.46%
B = 56.58%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552FAC (or 0x552FAC) is known color: Purple Heart. HEX triplet: 55, 2F and AC. RGB value is (85,47,172). Sum of RGB (Red+Green+Blue) = 85+47+172=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #552FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FAC is #AAD053. Grayscale: #484848. Windows color (decimal): -11194452 or 11284309. OLE color: 11284309.

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

Color convert

RGB 85 47 172 -
CMYK 0.51 0.73 0 0.33
HSL 258.24º 0.57% 0.43% -
HSV(B) 258.24º 0.73% 0.67% -
XYZ 12.21 6.94 39.73 -
YUV 72.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 85 47 172 0.51 0.73 0 0.33 258.24 0.57 0.43
Hex 55 2F AC 33 49 0 21 102 39 2B
Octal 125 57 254 63 111 0 41 402 71 53
Binary 1010101 101111 10101100 110011 1001001 0 100001 100000010 111001 101011

Color Harmonies of #552FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FAC

Black with #552FAC

Text Example


Text Example

White with #552FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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