Html Css Color HEX #7173AA Chetwode Blue

📋 copy color: '#7173AA'

red 113 ◦ green 115 ◦ blue 170

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

Shades of Chetwode Blue #7173AA

Tints of Chetwode Blue #7173AA

RGB

 RED value IS 113 (44.53% from 255) = 28.39%

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 28.39%
G = 28.89%
B = 42.71%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7173AA (or 0x7173AA) is known color: Chetwode Blue. HEX triplet: 71, 73 and AA. RGB value is (113,115,170). Sum of RGB (Red+Green+Blue) = 113+115+170=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #7173AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7173AA is #8E8C55. Grayscale: #787878. Windows color (decimal): -9342038 or 11170673. OLE color: 11170673.

HSL color Cylindrical-coordinate representation of color #7173AA: hue angle of 237.89º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7173AA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 115 170 -
CMYK 0.34 0.32 0 0.33
HSL 237.89º 0.25% 0.55% -
HSV(B) 237.89º 0.34% 0.67% -
XYZ 20.2 18.67 40.57 -
YUV 120.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 113 115 170 0.34 0.32 0 0.33 237.89 0.25 0.55
Hex 71 73 AA 22 20 0 21 EE 19 37
Octal 161 163 252 42 40 0 41 356 31 67
Binary 1110001 1110011 10101010 100010 100000 0 100001 11101110 11001 110111

Color Harmonies of #7173AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7173AA

Black with #7173AA

Text Example


Text Example

White with #7173AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7173AA; }

 p { color: rgb(113,115,170); }

 H1.HeaderClassName
 {
   color: #7173AA;
 }
 .AnyTagClassName
 {
   color: #7173AA;
 }
</style>

background-color css

<style>
 a { background-color: #7173AA; }

 a { background-color: rgb(113,115,170); }

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

border-color css

<style>
 span { border-color: #7173AA; }

 span { border-color: rgb(113,115,170); }

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