Html Css Color HEX #7271AB Chetwode Blue

📋 copy color: '#7271AB'

red 114 ◦ green 113 ◦ blue 171

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

Shades of Chetwode Blue #7271AB

Tints of Chetwode Blue #7271AB

RGB

 RED value IS 114 (44.92% from 255) = 28.64%

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

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

R = 28.64%
G = 28.39%
B = 42.96%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7271AB (or 0x7271AB) is known color: Chetwode Blue. HEX triplet: 72, 71 and AB. RGB value is (114,113,171). Sum of RGB (Red+Green+Blue) = 114+113+171=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 113 (44.53% from 255 or 28.39% 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 #7271AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7271AB is #8D8E54. Grayscale: #777777. Windows color (decimal): -9277013 or 11235698. OLE color: 11235698.

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

Color convert

RGB 114 113 171 -
CMYK 0.33 0.34 0 0.33
HSL 241.03º 0.26% 0.56% -
HSV(B) 241.03º 0.34% 0.67% -
XYZ 20.2 18.33 41 -
YUV 119.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 114 113 171 0.33 0.34 0 0.33 241.03 0.26 0.56
Hex 72 71 AB 21 22 0 21 F1 1A 38
Octal 162 161 253 41 42 0 41 361 32 70
Binary 1110010 1110001 10101011 100001 100010 0 100001 11110001 11010 111000

Color Harmonies of #7271AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271AB

Black with #7271AB

Text Example


Text Example

White with #7271AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,113,171); }

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

background-color css

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

 a { background-color: rgb(114,113,171); }

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

border-color css

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

 span { border-color: rgb(114,113,171); }

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