Html Css Color HEX #7175A2 Chetwode Blue

📋 copy color: '#7175A2'

red 113 ◦ green 117 ◦ blue 162

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

Shades of Chetwode Blue #7175A2

Tints of Chetwode Blue #7175A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 28.83%
G = 29.85%
B = 41.33%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7175A2 (or 0x7175A2) is known color: Chetwode Blue. HEX triplet: 71, 75 and A2. RGB value is (113,117,162). Sum of RGB (Red+Green+Blue) = 113+117+162=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #7175A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7175A2 is #8E8A5D. Grayscale: #787878. Windows color (decimal): -9341534 or 10646897. OLE color: 10646897.

HSL color Cylindrical-coordinate representation of color #7175A2: hue angle of 235.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7175A2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 117 162 -
CMYK 0.30 0.28 0 0.36
HSL 235.1º 0.21% 0.54% -
HSV(B) 235.1º 0.3% 0.64% -
XYZ 19.69 18.84 36.78 -
YUV 120.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 113 117 162 0.30 0.28 0 0.36 235.1 0.21 0.54
Hex 71 75 A2 1E 1C 0 24 EB 15 36
Octal 161 165 242 36 34 0 44 353 25 66
Binary 1110001 1110101 10100010 11110 11100 0 100100 11101011 10101 110110

Color Harmonies of #7175A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7175A2

Black with #7175A2

Text Example


Text Example

White with #7175A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7175A2; }

 p { color: rgb(113,117,162); }

 H1.HeaderClassName
 {
   color: #7175A2;
 }
 .AnyTagClassName
 {
   color: #7175A2;
 }
</style>

background-color css

<style>
 a { background-color: #7175A2; }

 a { background-color: rgb(113,117,162); }

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

border-color css

<style>
 span { border-color: #7175A2; }

 span { border-color: rgb(113,117,162); }

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