Html Css Color HEX #552DD8 Purple Heart

📋 copy color: '#552DD8'

red 85 ◦ green 45 ◦ blue 216

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

Shades of Purple Heart #552DD8

Tints of Purple Heart #552DD8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 216 (84.77% from 255) = 62.43%

R = 24.57%
G = 13.01%
B = 62.43%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#552DD8 (or 0x552DD8) is known color: Purple Heart. HEX triplet: 55, 2D and D8. RGB value is (85,45,216). Sum of RGB (Red+Green+Blue) = 85+45+216=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #552DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DD8 is #AAD227. Grayscale: #4B4B4B. Windows color (decimal): -11194920 or 14167381. OLE color: 14167381.

HSL color Cylindrical-coordinate representation of color #552DD8: hue angle of 254.04º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552DD8 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 45 216 -
CMYK 0.61 0.79 0 0.15
HSL 254.04º 0.69% 0.51% -
HSV(B) 254.04º 0.79% 0.85% -
XYZ 17.08 8.77 65.76 -
YUV 76.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 85 45 216 0.61 0.79 0 0.15 254.04 0.69 0.51
Hex 55 2D D8 3D 4F 0 F FE 45 33
Octal 125 55 330 75 117 0 17 376 105 63
Binary 1010101 101101 11011000 111101 1001111 0 1111 11111110 1000101 110011

Color Harmonies of #552DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DD8

Black with #552DD8

Text Example


Text Example

White with #552DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,216); }

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

background-color css

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

 a { background-color: rgb(85,45,216); }

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

border-color css

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

 span { border-color: rgb(85,45,216); }

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