Html Css Color HEX #553BDE Purple Heart

📋 copy color: '#553BDE'

red 85 ◦ green 59 ◦ blue 222

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

Shades of Purple Heart #553BDE

Tints of Purple Heart #553BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 23.22%
G = 16.12%
B = 60.66%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#553BDE (or 0x553BDE) is known color: Purple Heart. HEX triplet: 55, 3B and DE. RGB value is (85,59,222). Sum of RGB (Red+Green+Blue) = 85+59+222=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #553BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BDE is #AAC421. Grayscale: #545454. Windows color (decimal): -11191330 or 14564181. OLE color: 14564181.

HSL color Cylindrical-coordinate representation of color #553BDE: hue angle of 249.57º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553BDE is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 59 222 -
CMYK 0.62 0.73 0 0.13
HSL 249.57º 0.71% 0.55% -
HSV(B) 249.57º 0.73% 0.87% -
XYZ 18.5 10.33 70.13 -
YUV 85.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 85 59 222 0.62 0.73 0 0.13 249.57 0.71 0.55
Hex 55 3B DE 3E 49 0 D FA 47 37
Octal 125 73 336 76 111 0 15 372 107 67
Binary 1010101 111011 11011110 111110 1001001 0 1101 11111010 1000111 110111

Color Harmonies of #553BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BDE

Black with #553BDE

Text Example


Text Example

White with #553BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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