Html Css Color HEX #552ED7 Purple Heart

📋 copy color: '#552ED7'

red 85 ◦ green 46 ◦ blue 215

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

Shades of Purple Heart #552ED7

Tints of Purple Heart #552ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.14%

R = 24.57%
G = 13.29%
B = 62.14%

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

#552ED7 (or 0x552ED7) is known color: Purple Heart. HEX triplet: 55, 2E and D7. RGB value is (85,46,215). Sum of RGB (Red+Green+Blue) = 85+46+215=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #552ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ED7 is #AAD128. Grayscale: #4C4C4C. Windows color (decimal): -11194665 or 14102101. OLE color: 14102101.

HSL color Cylindrical-coordinate representation of color #552ED7: hue angle of 253.85º degrees, saturation: 0.68, 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 #552ED7 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 46 215 -
CMYK 0.60 0.79 0 0.16
HSL 253.85º 0.68% 0.51% -
HSV(B) 253.85º 0.79% 0.84% -
XYZ 16.99 8.79 65.09 -
YUV 76.93 205.92 133.76 -
System Red Green Blue C M Y K H S L
Decimal 85 46 215 0.60 0.79 0 0.16 253.85 0.68 0.51
Hex 55 2E D7 3C 4F 0 10 FE 44 33
Octal 125 56 327 74 117 0 20 376 104 63
Binary 1010101 101110 11010111 111100 1001111 0 10000 11111110 1000100 110011

Color Harmonies of #552ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552ED7

Black with #552ED7

Text Example


Text Example

White with #552ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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