Html Css Color HEX #552CC1 Purple Heart

📋 copy color: '#552CC1'

red 85 ◦ green 44 ◦ blue 193

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

Shades of Purple Heart #552CC1

Tints of Purple Heart #552CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.94%

R = 26.4%
G = 13.66%
B = 59.94%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#552CC1 (or 0x552CC1) is known color: Purple Heart. HEX triplet: 55, 2C and C1. RGB value is (85,44,193). Sum of RGB (Red+Green+Blue) = 85+44+193=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #552CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CC1 is #AAD33E. Grayscale: #484848. Windows color (decimal): -11195199 or 12659797. OLE color: 12659797.

HSL color Cylindrical-coordinate representation of color #552CC1: hue angle of 256.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552CC1 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 44 193 -
CMYK 0.56 0.77 0 0.24
HSL 256.51º 0.63% 0.46% -
HSV(B) 256.51º 0.77% 0.76% -
XYZ 14.27 7.58 51.16 -
YUV 73.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 85 44 193 0.56 0.77 0 0.24 256.51 0.63 0.46
Hex 55 2C C1 38 4D 0 18 101 3F 2E
Octal 125 54 301 70 115 0 30 401 77 56
Binary 1010101 101100 11000001 111000 1001101 0 11000 100000001 111111 101110

Color Harmonies of #552CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CC1

Black with #552CC1

Text Example


Text Example

White with #552CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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