Html Css Color HEX #7371AD Chetwode Blue

📋 copy color: '#7371AD'

red 115 ◦ green 113 ◦ blue 173

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

Shades of Chetwode Blue #7371AD

Tints of Chetwode Blue #7371AD

RGB

 RED value IS 115 (45.31% from 255) = 28.68%

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 28.68%
G = 28.18%
B = 43.14%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7371AD (or 0x7371AD) is known color: Chetwode Blue. HEX triplet: 73, 71 and AD. RGB value is (115,113,173). Sum of RGB (Red+Green+Blue) = 115+113+173=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #7371AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7371AD is #8C8E52. Grayscale: #787878. Windows color (decimal): -9211475 or 11366771. OLE color: 11366771.

HSL color Cylindrical-coordinate representation of color #7371AD: hue angle of 242º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7371AD is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 113 173 -
CMYK 0.34 0.35 0 0.32
HSL 242º 0.27% 0.56% -
HSV(B) 242º 0.35% 0.68% -
XYZ 20.52 18.47 42.02 -
YUV 120.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 115 113 173 0.34 0.35 0 0.32 242 0.27 0.56
Hex 73 71 AD 22 23 0 20 F2 1B 38
Octal 163 161 255 42 43 0 40 362 33 70
Binary 1110011 1110001 10101101 100010 100011 0 100000 11110010 11011 111000

Color Harmonies of #7371AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371AD

Black with #7371AD

Text Example


Text Example

White with #7371AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7371AD; }

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

 H1.HeaderClassName
 {
   color: #7371AD;
 }
 .AnyTagClassName
 {
   color: #7371AD;
 }
</style>

background-color css

<style>
 a { background-color: #7371AD; }

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

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

border-color css

<style>
 span { border-color: #7371AD; }

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

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