Html Css Color HEX #553DBF Purple Heart

📋 copy color: '#553DBF'

red 85 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #553DBF

Tints of Purple Heart #553DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.68%

R = 25.22%
G = 18.1%
B = 56.68%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#553DBF (or 0x553DBF) is known color: Purple Heart. HEX triplet: 55, 3D and BF. RGB value is (85,61,191). Sum of RGB (Red+Green+Blue) = 85+61+191=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #553DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DBF is #AAC240. Grayscale: #525252. Windows color (decimal): -11190849 or 12533077. OLE color: 12533077.

HSL color Cylindrical-coordinate representation of color #553DBF: hue angle of 251.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553DBF is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 61 191 -
CMYK 0.55 0.68 0 0.25
HSL 251.08º 0.52% 0.49% -
HSV(B) 251.08º 0.68% 0.75% -
XYZ 14.82 9.03 50.25 -
YUV 83 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 85 61 191 0.55 0.68 0 0.25 251.08 0.52 0.49
Hex 55 3D BF 37 44 0 19 FB 34 31
Octal 125 75 277 67 104 0 31 373 64 61
Binary 1010101 111101 10111111 110111 1000100 0 11001 11111011 110100 110001

Color Harmonies of #553DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DBF

Black with #553DBF

Text Example


Text Example

White with #553DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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