Html Css Color HEX #552EDE Purple Heart

📋 copy color: '#552EDE'

red 85 ◦ green 46 ◦ blue 222

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

Shades of Purple Heart #552EDE

Tints of Purple Heart #552EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 24.08%
G = 13.03%
B = 62.89%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#552EDE (or 0x552EDE) is known color: Purple Heart. HEX triplet: 55, 2E and DE. RGB value is (85,46,222). Sum of RGB (Red+Green+Blue) = 85+46+222=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #552EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EDE is #AAD121. Grayscale: #4D4D4D. Windows color (decimal): -11194658 or 14560853. OLE color: 14560853.

HSL color Cylindrical-coordinate representation of color #552EDE: hue angle of 253.3º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552EDE is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 46 222 -
CMYK 0.62 0.79 0 0.13
HSL 253.3º 0.73% 0.53% -
HSV(B) 253.3º 0.79% 0.87% -
XYZ 17.91 9.16 69.93 -
YUV 77.73 209.42 133.19 -
System Red Green Blue C M Y K H S L
Decimal 85 46 222 0.62 0.79 0 0.13 253.3 0.73 0.53
Hex 55 2E DE 3E 4F 0 D FD 49 35
Octal 125 56 336 76 117 0 15 375 111 65
Binary 1010101 101110 11011110 111110 1001111 0 1101 11111101 1001001 110101

Color Harmonies of #552EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EDE

Black with #552EDE

Text Example


Text Example

White with #552EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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