Html Css Color HEX #552EDB Purple Heart

📋 copy color: '#552EDB'

red 85 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #552EDB

Tints of Purple Heart #552EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 24.29%
G = 13.14%
B = 62.57%

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

#552EDB (or 0x552EDB) is known color: Purple Heart. HEX triplet: 55, 2E and DB. RGB value is (85,46,219). Sum of RGB (Red+Green+Blue) = 85+46+219=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #552EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EDB is #AAD124. Grayscale: #4C4C4C. Windows color (decimal): -11194661 or 14364245. OLE color: 14364245.

HSL color Cylindrical-coordinate representation of color #552EDB: hue angle of 253.53º 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 #552EDB is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 46 219 -
CMYK 0.61 0.79 0 0.14
HSL 253.53º 0.71% 0.52% -
HSV(B) 253.53º 0.79% 0.86% -
XYZ 17.51 9 67.83 -
YUV 77.38 207.92 133.43 -
System Red Green Blue C M Y K H S L
Decimal 85 46 219 0.61 0.79 0 0.14 253.53 0.71 0.52
Hex 55 2E DB 3D 4F 0 E FE 47 34
Octal 125 56 333 75 117 0 16 376 107 64
Binary 1010101 101110 11011011 111101 1001111 0 1110 11111110 1000111 110100

Color Harmonies of #552EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EDB

Black with #552EDB

Text Example


Text Example

White with #552EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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