Html Css Color HEX #7074C1 Chetwode Blue

📋 copy color: '#7074C1'

red 112 ◦ green 116 ◦ blue 193

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

Shades of Chetwode Blue #7074C1

Tints of Chetwode Blue #7074C1

RGB

 RED value IS 112 (44.14% from 255) = 26.6%

 GREEN value IS 116 (45.7% from 255) = 27.55%

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 26.6%
G = 27.55%
B = 45.84%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7074C1 (or 0x7074C1) is known color: Chetwode Blue. HEX triplet: 70, 74 and C1. RGB value is (112,116,193). Sum of RGB (Red+Green+Blue) = 112+116+193=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #7074C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074C1 is #8F8B3E. Grayscale: #7B7B7B. Windows color (decimal): -9407295 or 12678256. OLE color: 12678256.

HSL color Cylindrical-coordinate representation of color #7074C1: hue angle of 237.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7074C1 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 116 193 -
CMYK 0.42 0.40 0 0.24
HSL 237.04º 0.4% 0.6% -
HSV(B) 237.04º 0.42% 0.76% -
XYZ 22.55 19.79 53.08 -
YUV 123.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 112 116 193 0.42 0.40 0 0.24 237.04 0.4 0.6
Hex 70 74 C1 2A 28 0 18 ED 28 3C
Octal 160 164 301 52 50 0 30 355 50 74
Binary 1110000 1110100 11000001 101010 101000 0 11000 11101101 101000 111100

Color Harmonies of #7074C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074C1

Black with #7074C1

Text Example


Text Example

White with #7074C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7074C1; }

 p { color: rgb(112,116,193); }

 H1.HeaderClassName
 {
   color: #7074C1;
 }
 .AnyTagClassName
 {
   color: #7074C1;
 }
</style>

background-color css

<style>
 a { background-color: #7074C1; }

 a { background-color: rgb(112,116,193); }

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

border-color css

<style>
 span { border-color: #7074C1; }

 span { border-color: rgb(112,116,193); }

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