Html Css Color HEX #7170C0 Chetwode Blue

📋 copy color: '#7170C0'

red 113 ◦ green 112 ◦ blue 192

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

Shades of Chetwode Blue #7170C0

Tints of Chetwode Blue #7170C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 27.1%
G = 26.86%
B = 46.04%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7170C0 (or 0x7170C0) is known color: Chetwode Blue. HEX triplet: 71, 70 and C0. RGB value is (113,112,192). Sum of RGB (Red+Green+Blue) = 113+112+192=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #7170C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170C0 is #8E8F3F. Grayscale: #797979. Windows color (decimal): -9342784 or 12611697. OLE color: 12611697.

HSL color Cylindrical-coordinate representation of color #7170C0: hue angle of 240.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7170C0 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 112 192 -
CMYK 0.41 0.42 0 0.25
HSL 240.75º 0.39% 0.6% -
HSV(B) 240.75º 0.42% 0.75% -
XYZ 22.12 18.9 52.35 -
YUV 121.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 113 112 192 0.41 0.42 0 0.25 240.75 0.39 0.6
Hex 71 70 C0 29 2A 0 19 F1 27 3C
Octal 161 160 300 51 52 0 31 361 47 74
Binary 1110001 1110000 11000000 101001 101010 0 11001 11110001 100111 111100

Color Harmonies of #7170C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170C0

Black with #7170C0

Text Example


Text Example

White with #7170C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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