Html Css Color HEX #714DAE Studio

📋 copy color: '#714DAE'

red 113 ◦ green 77 ◦ blue 174

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

Shades of Studio #714DAE

Tints of Studio #714DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 31.04%
G = 21.15%
B = 47.8%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#714DAE (or 0x714DAE) is known color: Studio. HEX triplet: 71, 4D and AE. RGB value is (113,77,174). Sum of RGB (Red+Green+Blue) = 113+77+174=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #714DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAE is #8EB251. Grayscale: #626262. Windows color (decimal): -9351762 or 11423089. OLE color: 11423089.

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

Color convert

RGB 113 77 174 -
CMYK 0.35 0.56 0 0.32
HSL 262.27º 0.39% 0.49% -
HSV(B) 262.27º 0.56% 0.68% -
XYZ 17.1 11.87 41.43 -
YUV 98.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 113 77 174 0.35 0.56 0 0.32 262.27 0.39 0.49
Hex 71 4D AE 23 38 0 20 106 27 31
Octal 161 115 256 43 70 0 40 406 47 61
Binary 1110001 1001101 10101110 100011 111000 0 100000 100000110 100111 110001

Color Harmonies of #714DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DAE

Black with #714DAE

Text Example


Text Example

White with #714DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,174); }

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

background-color css

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

 a { background-color: rgb(113,77,174); }

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

border-color css

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

 span { border-color: rgb(113,77,174); }

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