Html Css Color HEX #552BAD Purple Heart

📋 copy color: '#552BAD'

red 85 ◦ green 43 ◦ blue 173

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

Shades of Purple Heart #552BAD

Tints of Purple Heart #552BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 28.24%
G = 14.29%
B = 57.48%

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

#552BAD (or 0x552BAD) is known color: Purple Heart. HEX triplet: 55, 2B and AD. RGB value is (85,43,173). Sum of RGB (Red+Green+Blue) = 85+43+173=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #552BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552BAD is #AAD452. Grayscale: #454545. Windows color (decimal): -11195475 or 11348821. OLE color: 11348821.

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

Color convert

RGB 85 43 173 -
CMYK 0.51 0.75 0 0.32
HSL 259.38º 0.6% 0.42% -
HSV(B) 259.38º 0.75% 0.68% -
XYZ 12.15 6.68 40.18 -
YUV 70.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 85 43 173 0.51 0.75 0 0.32 259.38 0.6 0.42
Hex 55 2B AD 33 4B 0 20 103 3C 2A
Octal 125 53 255 63 113 0 40 403 74 52
Binary 1010101 101011 10101101 110011 1001011 0 100000 100000011 111100 101010

Color Harmonies of #552BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BAD

Black with #552BAD

Text Example


Text Example

White with #552BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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