Html Css Color HEX #552CBB Purple Heart

📋 copy color: '#552CBB'

red 85 ◦ green 44 ◦ blue 187

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

Shades of Purple Heart #552CBB

Tints of Purple Heart #552CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

 BLUE value IS 187 (73.44% from 255) = 59.18%

R = 26.9%
G = 13.92%
B = 59.18%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#552CBB (or 0x552CBB) is known color: Purple Heart. HEX triplet: 55, 2C and BB. RGB value is (85,44,187). Sum of RGB (Red+Green+Blue) = 85+44+187=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #552CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CBB is #AAD344. Grayscale: #484848. Windows color (decimal): -11195205 or 12266581. OLE color: 12266581.

HSL color Cylindrical-coordinate representation of color #552CBB: hue angle of 257.2º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552CBB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 44 187 -
CMYK 0.55 0.76 0 0.27
HSL 257.2º 0.62% 0.45% -
HSV(B) 257.2º 0.76% 0.73% -
XYZ 13.62 7.32 47.71 -
YUV 72.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 85 44 187 0.55 0.76 0 0.27 257.2 0.62 0.45
Hex 55 2C BB 37 4C 0 1B 101 3E 2D
Octal 125 54 273 67 114 0 33 401 76 55
Binary 1010101 101100 10111011 110111 1001100 0 11011 100000001 111110 101101

Color Harmonies of #552CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CBB

Black with #552CBB

Text Example


Text Example

White with #552CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,187); }

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

background-color css

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

 a { background-color: rgb(85,44,187); }

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

border-color css

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

 span { border-color: rgb(85,44,187); }

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