Html Css Color HEX #552BAB Purple Heart

📋 copy color: '#552BAB'

red 85 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #552BAB

Tints of Purple Heart #552BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 28.43%
G = 14.38%
B = 57.19%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552BAB (or 0x552BAB) is known color: Purple Heart. HEX triplet: 55, 2B and AB. RGB value is (85,43,171). Sum of RGB (Red+Green+Blue) = 85+43+171=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #552BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552BAB is #AAD454. Grayscale: #454545. Windows color (decimal): -11195477 or 11217749. OLE color: 11217749.

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

Color convert

RGB 85 43 171 -
CMYK 0.50 0.75 0 0.33
HSL 259.69º 0.6% 0.42% -
HSV(B) 259.69º 0.75% 0.67% -
XYZ 11.96 6.6 39.17 -
YUV 70.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 85 43 171 0.50 0.75 0 0.33 259.69 0.6 0.42
Hex 55 2B AB 32 4B 0 21 104 3C 2A
Octal 125 53 253 62 113 0 41 404 74 52
Binary 1010101 101011 10101011 110010 1001011 0 100001 100000100 111100 101010

Color Harmonies of #552BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BAB

Black with #552BAB

Text Example


Text Example

White with #552BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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