Html Css Color HEX #7170BE Chetwode Blue

📋 copy color: '#7170BE'

red 113 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #7170BE

Tints of Chetwode Blue #7170BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 27.23%
G = 26.99%
B = 45.78%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7170BE (or 0x7170BE) is known color: Chetwode Blue. HEX triplet: 71, 70 and BE. RGB value is (113,112,190). Sum of RGB (Red+Green+Blue) = 113+112+190=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7170BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170BE is #8E8F41. Grayscale: #787878. Windows color (decimal): -9342786 or 12480625. OLE color: 12480625.

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

Color convert

RGB 113 112 190 -
CMYK 0.41 0.41 0 0.25
HSL 240.77º 0.38% 0.59% -
HSV(B) 240.77º 0.41% 0.75% -
XYZ 21.9 18.82 51.19 -
YUV 121.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 113 112 190 0.41 0.41 0 0.25 240.77 0.38 0.59
Hex 71 70 BE 29 29 0 19 F1 26 3B
Octal 161 160 276 51 51 0 31 361 46 73
Binary 1110001 1110000 10111110 101001 101001 0 11001 11110001 100110 111011

Color Harmonies of #7170BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7170BE

Black with #7170BE

Text Example


Text Example

White with #7170BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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