Html Css Color HEX #553FBC Purple Heart

📋 copy color: '#553FBC'

red 85 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #553FBC

Tints of Purple Heart #553FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 25.3%
G = 18.75%
B = 55.95%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#553FBC (or 0x553FBC) is known color: Purple Heart. HEX triplet: 55, 3F and BC. RGB value is (85,63,188). Sum of RGB (Red+Green+Blue) = 85+63+188=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #553FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FBC is #AAC043. Grayscale: #535353. Windows color (decimal): -11190340 or 12336981. OLE color: 12336981.

HSL color Cylindrical-coordinate representation of color #553FBC: hue angle of 250.56º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553FBC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 63 188 -
CMYK 0.55 0.66 0 0.26
HSL 250.56º 0.5% 0.49% -
HSV(B) 250.56º 0.66% 0.74% -
XYZ 14.6 9.12 48.57 -
YUV 83.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 85 63 188 0.55 0.66 0 0.26 250.56 0.5 0.49
Hex 55 3F BC 37 42 0 1A FB 32 31
Octal 125 77 274 67 102 0 32 373 62 61
Binary 1010101 111111 10111100 110111 1000010 0 11010 11111011 110010 110001

Color Harmonies of #553FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FBC

Black with #553FBC

Text Example


Text Example

White with #553FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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