Html Css Color HEX #552EDC Purple Heart

📋 copy color: '#552EDC'

red 85 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #552EDC

Tints of Purple Heart #552EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 24.22%
G = 13.11%
B = 62.68%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#552EDC (or 0x552EDC) is known color: Purple Heart. HEX triplet: 55, 2E and DC. RGB value is (85,46,220). Sum of RGB (Red+Green+Blue) = 85+46+220=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #552EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EDC is #AAD123. Grayscale: #4C4C4C. Windows color (decimal): -11194660 or 14429781. OLE color: 14429781.

HSL color Cylindrical-coordinate representation of color #552EDC: hue angle of 253.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552EDC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 46 220 -
CMYK 0.61 0.79 0 0.14
HSL 253.45º 0.71% 0.52% -
HSV(B) 253.45º 0.79% 0.86% -
XYZ 17.64 9.05 68.53 -
YUV 77.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 85 46 220 0.61 0.79 0 0.14 253.45 0.71 0.52
Hex 55 2E DC 3D 4F 0 E FD 47 34
Octal 125 56 334 75 117 0 16 375 107 64
Binary 1010101 101110 11011100 111101 1001111 0 1110 11111101 1000111 110100

Color Harmonies of #552EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EDC

Black with #552EDC

Text Example


Text Example

White with #552EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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