Html Css Color HEX #552BBC Purple Heart

📋 copy color: '#552BBC'

red 85 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #552BBC

Tints of Purple Heart #552BBC

RGB

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

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

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

R = 26.9%
G = 13.61%
B = 59.49%

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

#552BBC (or 0x552BBC) is known color: Purple Heart. HEX triplet: 55, 2B and BC. RGB value is (85,43,188). Sum of RGB (Red+Green+Blue) = 85+43+188=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #552BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BBC is #AAD443. Grayscale: #474747. Windows color (decimal): -11195460 or 12331861. OLE color: 12331861.

HSL color Cylindrical-coordinate representation of color #552BBC: hue angle of 257.38º degrees, saturation: 0.63, 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 #552BBC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 43 188 -
CMYK 0.55 0.77 0 0.26
HSL 257.38º 0.63% 0.45% -
HSV(B) 257.38º 0.77% 0.74% -
XYZ 13.69 7.29 48.26 -
YUV 72.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 85 43 188 0.55 0.77 0 0.26 257.38 0.63 0.45
Hex 55 2B BC 37 4D 0 1A 101 3F 2D
Octal 125 53 274 67 115 0 32 401 77 55
Binary 1010101 101011 10111100 110111 1001101 0 11010 100000001 111111 101101

Color Harmonies of #552BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BBC

Black with #552BBC

Text Example


Text Example

White with #552BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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