Html Css Color HEX #552CBC Purple Heart

📋 copy color: '#552CBC'

red 85 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #552CBC

Tints of Purple Heart #552CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 26.81%
G = 13.88%
B = 59.31%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#552CBC (or 0x552CBC) is known color: Purple Heart. HEX triplet: 55, 2C and BC. RGB value is (85,44,188). Sum of RGB (Red+Green+Blue) = 85+44+188=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #552CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CBC is #AAD343. Grayscale: #484848. Windows color (decimal): -11195204 or 12332117. OLE color: 12332117.

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

Color convert

RGB 85 44 188 -
CMYK 0.55 0.77 0 0.26
HSL 257.08º 0.62% 0.45% -
HSV(B) 257.08º 0.77% 0.74% -
XYZ 13.72 7.36 48.27 -
YUV 72.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 85 44 188 0.55 0.77 0 0.26 257.08 0.62 0.45
Hex 55 2C BC 37 4D 0 1A 101 3E 2D
Octal 125 54 274 67 115 0 32 401 76 55
Binary 1010101 101100 10111100 110111 1001101 0 11010 100000001 111110 101101

Color Harmonies of #552CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CBC

Black with #552CBC

Text Example


Text Example

White with #552CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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