Html Css Color HEX #552ED6 Purple Heart

📋 copy color: '#552ED6'

red 85 ◦ green 46 ◦ blue 214

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

Shades of Purple Heart #552ED6

Tints of Purple Heart #552ED6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 214 (83.98% from 255) = 62.03%

R = 24.64%
G = 13.33%
B = 62.03%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#552ED6 (or 0x552ED6) is known color: Purple Heart. HEX triplet: 55, 2E and D6. RGB value is (85,46,214). Sum of RGB (Red+Green+Blue) = 85+46+214=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #552ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ED6 is #AAD129. Grayscale: #4C4C4C. Windows color (decimal): -11194666 or 14036565. OLE color: 14036565.

HSL color Cylindrical-coordinate representation of color #552ED6: hue angle of 253.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552ED6 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 46 214 -
CMYK 0.60 0.79 0 0.16
HSL 253.93º 0.67% 0.51% -
HSV(B) 253.93º 0.79% 0.84% -
XYZ 16.86 8.74 64.42 -
YUV 76.81 205.42 133.84 -
System Red Green Blue C M Y K H S L
Decimal 85 46 214 0.60 0.79 0 0.16 253.93 0.67 0.51
Hex 55 2E D6 3C 4F 0 10 FE 43 33
Octal 125 56 326 74 117 0 20 376 103 63
Binary 1010101 101110 11010110 111100 1001111 0 10000 11111110 1000011 110011

Color Harmonies of #552ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552ED6

Black with #552ED6

Text Example


Text Example

White with #552ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,214); }

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

background-color css

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

 a { background-color: rgb(85,46,214); }

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

border-color css

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

 span { border-color: rgb(85,46,214); }

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