Html Css Color HEX #552BDB Purple Heart

📋 copy color: '#552BDB'

red 85 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #552BDB

Tints of Purple Heart #552BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.39%

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

R = 24.5%
G = 12.39%
B = 63.11%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#552BDB (or 0x552BDB) is known color: Purple Heart. HEX triplet: 55, 2B and DB. RGB value is (85,43,219). Sum of RGB (Red+Green+Blue) = 85+43+219=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #552BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BDB is #AAD424. Grayscale: #4A4A4A. Windows color (decimal): -11195429 or 14363477. OLE color: 14363477.

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

Color convert

RGB 85 43 219 -
CMYK 0.61 0.80 0 0.14
HSL 254.32º 0.71% 0.51% -
HSV(B) 254.32º 0.8% 0.86% -
XYZ 17.4 8.77 67.79 -
YUV 75.62 208.91 134.69 -
System Red Green Blue C M Y K H S L
Decimal 85 43 219 0.61 0.80 0 0.14 254.32 0.71 0.51
Hex 55 2B DB 3D 50 0 E FE 47 33
Octal 125 53 333 75 120 0 16 376 107 63
Binary 1010101 101011 11011011 111101 1010000 0 1110 11111110 1000111 110011

Color Harmonies of #552BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BDB

Black with #552BDB

Text Example


Text Example

White with #552BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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