Html Css Color HEX #552DDB Purple Heart

📋 copy color: '#552DDB'

red 85 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #552DDB

Tints of Purple Heart #552DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

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

R = 24.36%
G = 12.89%
B = 62.75%

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

#552DDB (or 0x552DDB) is known color: Purple Heart. HEX triplet: 55, 2D and DB. RGB value is (85,45,219). Sum of RGB (Red+Green+Blue) = 85+45+219=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #552DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DDB is #AAD224. Grayscale: #4C4C4C. Windows color (decimal): -11194917 or 14363989. OLE color: 14363989.

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

Color convert

RGB 85 45 219 -
CMYK 0.61 0.79 0 0.14
HSL 253.79º 0.71% 0.52% -
HSV(B) 253.79º 0.79% 0.86% -
XYZ 17.47 8.92 67.82 -
YUV 76.8 208.25 133.85 -
System Red Green Blue C M Y K H S L
Decimal 85 45 219 0.61 0.79 0 0.14 253.79 0.71 0.52
Hex 55 2D DB 3D 4F 0 E FE 47 34
Octal 125 55 333 75 117 0 16 376 107 64
Binary 1010101 101101 11011011 111101 1001111 0 1110 11111110 1000111 110100

Color Harmonies of #552DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DDB

Black with #552DDB

Text Example


Text Example

White with #552DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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