Html Css Color HEX #553DBA Purple Heart

📋 copy color: '#553DBA'

red 85 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #553DBA

Tints of Purple Heart #553DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 25.6%
G = 18.37%
B = 56.02%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#553DBA (or 0x553DBA) is known color: Purple Heart. HEX triplet: 55, 3D and BA. RGB value is (85,61,186). Sum of RGB (Red+Green+Blue) = 85+61+186=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #553DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DBA is #AAC245. Grayscale: #515151. Windows color (decimal): -11190854 or 12205397. OLE color: 12205397.

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

Color convert

RGB 85 61 186 -
CMYK 0.54 0.67 0 0.27
HSL 251.52º 0.51% 0.48% -
HSV(B) 251.52º 0.67% 0.73% -
XYZ 14.28 8.81 47.4 -
YUV 82.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 85 61 186 0.54 0.67 0 0.27 251.52 0.51 0.48
Hex 55 3D BA 36 43 0 1B FC 33 30
Octal 125 75 272 66 103 0 33 374 63 60
Binary 1010101 111101 10111010 110110 1000011 0 11011 11111100 110011 110000

Color Harmonies of #553DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DBA

Black with #553DBA

Text Example


Text Example

White with #553DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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