Html Css Color HEX #553DBB Purple Heart

📋 copy color: '#553DBB'

red 85 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #553DBB

Tints of Purple Heart #553DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 25.53%
G = 18.32%
B = 56.16%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#553DBB (or 0x553DBB) is known color: Purple Heart. HEX triplet: 55, 3D and BB. RGB value is (85,61,187). Sum of RGB (Red+Green+Blue) = 85+61+187=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #553DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DBB is #AAC244. Grayscale: #525252. Windows color (decimal): -11190853 or 12270933. OLE color: 12270933.

HSL color Cylindrical-coordinate representation of color #553DBB: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553DBB is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 61 187 -
CMYK 0.55 0.67 0 0.27
HSL 251.43º 0.51% 0.49% -
HSV(B) 251.43º 0.67% 0.73% -
XYZ 14.38 8.86 47.97 -
YUV 82.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 85 61 187 0.55 0.67 0 0.27 251.43 0.51 0.49
Hex 55 3D BB 37 43 0 1B FB 33 31
Octal 125 75 273 67 103 0 33 373 63 61
Binary 1010101 111101 10111011 110111 1000011 0 11011 11111011 110011 110001

Color Harmonies of #553DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DBB

Black with #553DBB

Text Example


Text Example

White with #553DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,187); }

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

background-color css

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

 a { background-color: rgb(85,61,187); }

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

border-color css

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

 span { border-color: rgb(85,61,187); }

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