Html Css Color HEX #552BAE Purple Heart

📋 copy color: '#552BAE'

red 85 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #552BAE

Tints of Purple Heart #552BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 28.15%
G = 14.24%
B = 57.62%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#552BAE (or 0x552BAE) is known color: Purple Heart. HEX triplet: 55, 2B and AE. RGB value is (85,43,174). Sum of RGB (Red+Green+Blue) = 85+43+174=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #552BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552BAE is #AAD451. Grayscale: #464646. Windows color (decimal): -11195474 or 11414357. OLE color: 11414357.

HSL color Cylindrical-coordinate representation of color #552BAE: hue angle of 259.24º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552BAE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 43 174 -
CMYK 0.51 0.75 0 0.32
HSL 259.24º 0.6% 0.43% -
HSV(B) 259.24º 0.75% 0.68% -
XYZ 12.25 6.72 40.69 -
YUV 70.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 85 43 174 0.51 0.75 0 0.32 259.24 0.6 0.43
Hex 55 2B AE 33 4B 0 20 103 3C 2B
Octal 125 53 256 63 113 0 40 403 74 53
Binary 1010101 101011 10101110 110011 1001011 0 100000 100000011 111100 101011

Color Harmonies of #552BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BAE

Black with #552BAE

Text Example


Text Example

White with #552BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,174); }

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

background-color css

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

 a { background-color: rgb(85,43,174); }

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

border-color css

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

 span { border-color: rgb(85,43,174); }

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