Html Css Color HEX #7170AA Chetwode Blue

📋 copy color: '#7170AA'

red 113 ◦ green 112 ◦ blue 170

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

Shades of Chetwode Blue #7170AA

Tints of Chetwode Blue #7170AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 28.61%
G = 28.35%
B = 43.04%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7170AA (or 0x7170AA) is known color: Chetwode Blue. HEX triplet: 71, 70 and AA. RGB value is (113,112,170). Sum of RGB (Red+Green+Blue) = 113+112+170=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #7170AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7170AA is #8E8F55. Grayscale: #767676. Windows color (decimal): -9342806 or 11169905. OLE color: 11169905.

HSL color Cylindrical-coordinate representation of color #7170AA: hue angle of 241.03º 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 #7170AA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 112 170 -
CMYK 0.34 0.34 0 0.33
HSL 241.03º 0.25% 0.55% -
HSV(B) 241.03º 0.34% 0.67% -
XYZ 19.86 18 40.46 -
YUV 118.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 113 112 170 0.34 0.34 0 0.33 241.03 0.25 0.55
Hex 71 70 AA 22 22 0 21 F1 19 37
Octal 161 160 252 42 42 0 41 361 31 67
Binary 1110001 1110000 10101010 100010 100010 0 100001 11110001 11001 110111

Color Harmonies of #7170AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170AA

Black with #7170AA

Text Example


Text Example

White with #7170AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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