Html Css Color HEX #553BDB Purple Heart

📋 copy color: '#553BDB'

red 85 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #553BDB

Tints of Purple Heart #553BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 23.42%
G = 16.25%
B = 60.33%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#553BDB (or 0x553BDB) is known color: Purple Heart. HEX triplet: 55, 3B and DB. RGB value is (85,59,219). Sum of RGB (Red+Green+Blue) = 85+59+219=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #553BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BDB is #AAC424. Grayscale: #545454. Windows color (decimal): -11191333 or 14367573. OLE color: 14367573.

HSL color Cylindrical-coordinate representation of color #553BDB: hue angle of 249.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553BDB is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 59 219 -
CMYK 0.61 0.73 0 0.14
HSL 249.75º 0.69% 0.55% -
HSV(B) 249.75º 0.73% 0.86% -
XYZ 18.1 10.17 68.03 -
YUV 85.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 85 59 219 0.61 0.73 0 0.14 249.75 0.69 0.55
Hex 55 3B DB 3D 49 0 E FA 45 37
Octal 125 73 333 75 111 0 16 372 105 67
Binary 1010101 111011 11011011 111101 1001001 0 1110 11111010 1000101 110111

Color Harmonies of #553BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BDB

Black with #553BDB

Text Example


Text Example

White with #553BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553BDB; }

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

 H1.HeaderClassName
 {
   color: #553BDB;
 }
 .AnyTagClassName
 {
   color: #553BDB;
 }
</style>

background-color css

<style>
 a { background-color: #553BDB; }

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

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

border-color css

<style>
 span { border-color: #553BDB; }

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

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