Html Css Color HEX #714EAE Studio

📋 copy color: '#714EAE'

red 113 ◦ green 78 ◦ blue 174

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

Shades of Studio #714EAE

Tints of Studio #714EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

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

R = 30.96%
G = 21.37%
B = 47.67%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#714EAE (or 0x714EAE) is known color: Studio. HEX triplet: 71, 4E and AE. RGB value is (113,78,174). Sum of RGB (Red+Green+Blue) = 113+78+174=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #714EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EAE is #8EB151. Grayscale: #636363. Windows color (decimal): -9351506 or 11423345. OLE color: 11423345.

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

Color convert

RGB 113 78 174 -
CMYK 0.35 0.55 0 0.32
HSL 261.88º 0.38% 0.49% -
HSV(B) 261.88º 0.55% 0.68% -
XYZ 17.17 12.02 41.46 -
YUV 99.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 113 78 174 0.35 0.55 0 0.32 261.88 0.38 0.49
Hex 71 4E AE 23 37 0 20 106 26 31
Octal 161 116 256 43 67 0 40 406 46 61
Binary 1110001 1001110 10101110 100011 110111 0 100000 100000110 100110 110001

Color Harmonies of #714EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EAE

Black with #714EAE

Text Example


Text Example

White with #714EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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