Html Css Color HEX #714FAF Studio

📋 copy color: '#714FAF'

red 113 ◦ green 79 ◦ blue 175

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

Shades of Studio #714FAF

Tints of Studio #714FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 30.79%
G = 21.53%
B = 47.68%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#714FAF (or 0x714FAF) is known color: Studio. HEX triplet: 71, 4F and AF. RGB value is (113,79,175). Sum of RGB (Red+Green+Blue) = 113+79+175=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #714FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FAF is #8EB050. Grayscale: #636363. Windows color (decimal): -9351249 or 11489137. OLE color: 11489137.

HSL color Cylindrical-coordinate representation of color #714FAF: hue angle of 261.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714FAF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 79 175 -
CMYK 0.35 0.55 0 0.31
HSL 261.25º 0.38% 0.5% -
HSV(B) 261.25º 0.55% 0.69% -
XYZ 17.34 12.2 42 -
YUV 100.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 113 79 175 0.35 0.55 0 0.31 261.25 0.38 0.5
Hex 71 4F AF 23 37 0 1F 105 26 32
Octal 161 117 257 43 67 0 37 405 46 62
Binary 1110001 1001111 10101111 100011 110111 0 11111 100000101 100110 110010

Color Harmonies of #714FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FAF

Black with #714FAF

Text Example


Text Example

White with #714FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714FAF; }

 p { color: rgb(113,79,175); }

 H1.HeaderClassName
 {
   color: #714FAF;
 }
 .AnyTagClassName
 {
   color: #714FAF;
 }
</style>

background-color css

<style>
 a { background-color: #714FAF; }

 a { background-color: rgb(113,79,175); }

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

border-color css

<style>
 span { border-color: #714FAF; }

 span { border-color: rgb(113,79,175); }

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