Html Css Color HEX #7370AB Chetwode Blue

📋 copy color: '#7370AB'

red 115 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #7370AB

Tints of Chetwode Blue #7370AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 28.89%
G = 28.14%
B = 42.96%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7370AB (or 0x7370AB) is known color: Chetwode Blue. HEX triplet: 73, 70 and AB. RGB value is (115,112,171). Sum of RGB (Red+Green+Blue) = 115+112+171=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #7370AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7370AB is #8C8F54. Grayscale: #777777. Windows color (decimal): -9211733 or 11235443. OLE color: 11235443.

HSL color Cylindrical-coordinate representation of color #7370AB: hue angle of 243.05º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7370AB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 112 171 -
CMYK 0.33 0.35 0 0.33
HSL 243.05º 0.26% 0.55% -
HSV(B) 243.05º 0.35% 0.67% -
XYZ 20.22 18.17 40.97 -
YUV 119.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 115 112 171 0.33 0.35 0 0.33 243.05 0.26 0.55
Hex 73 70 AB 21 23 0 21 F3 1A 37
Octal 163 160 253 41 43 0 41 363 32 67
Binary 1110011 1110000 10101011 100001 100011 0 100001 11110011 11010 110111

Color Harmonies of #7370AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370AB

Black with #7370AB

Text Example


Text Example

White with #7370AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7370AB; }

 p { color: rgb(115,112,171); }

 H1.HeaderClassName
 {
   color: #7370AB;
 }
 .AnyTagClassName
 {
   color: #7370AB;
 }
</style>

background-color css

<style>
 a { background-color: #7370AB; }

 a { background-color: rgb(115,112,171); }

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

border-color css

<style>
 span { border-color: #7370AB; }

 span { border-color: rgb(115,112,171); }

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