Html Css Color HEX #553FBA Purple Heart

📋 copy color: '#553FBA'

red 85 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #553FBA

Tints of Purple Heart #553FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 25.45%
G = 18.86%
B = 55.69%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#553FBA (or 0x553FBA) is known color: Purple Heart. HEX triplet: 55, 3F and BA. RGB value is (85,63,186). Sum of RGB (Red+Green+Blue) = 85+63+186=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #553FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FBA is #AAC045. Grayscale: #535353. Windows color (decimal): -11190342 or 12205909. OLE color: 12205909.

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

Color convert

RGB 85 63 186 -
CMYK 0.54 0.66 0 0.27
HSL 250.73º 0.49% 0.49% -
HSV(B) 250.73º 0.66% 0.73% -
XYZ 14.39 9.03 47.44 -
YUV 83.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 85 63 186 0.54 0.66 0 0.27 250.73 0.49 0.49
Hex 55 3F BA 36 42 0 1B FB 31 31
Octal 125 77 272 66 102 0 33 373 61 61
Binary 1010101 111111 10111010 110110 1000010 0 11011 11111011 110001 110001

Color Harmonies of #553FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FBA

Black with #553FBA

Text Example


Text Example

White with #553FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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