Html Css Color HEX #714E92 Studio

📋 copy color: '#714E92'

red 113 ◦ green 78 ◦ blue 146

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

Shades of Studio #714E92

Tints of Studio #714E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 33.53%
G = 23.15%
B = 43.32%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714E92 (or 0x714E92) is known color: Studio. HEX triplet: 71, 4E and 92. RGB value is (113,78,146). Sum of RGB (Red+Green+Blue) = 113+78+146=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #714E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714E92 is #8EB16D. Grayscale: #5F5F5F. Windows color (decimal): -9351534 or 9588337. OLE color: 9588337.

HSL color Cylindrical-coordinate representation of color #714E92: hue angle of 270.88º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714E92 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 78 146 -
CMYK 0.23 0.47 0 0.43
HSL 270.88º 0.3% 0.44% -
HSV(B) 270.88º 0.47% 0.57% -
XYZ 14.72 11.03 28.55 -
YUV 96.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 113 78 146 0.23 0.47 0 0.43 270.88 0.3 0.44
Hex 71 4E 92 17 2F 0 2B 10F 1E 2C
Octal 161 116 222 27 57 0 53 417 36 54
Binary 1110001 1001110 10010010 10111 101111 0 101011 100001111 11110 101100

Color Harmonies of #714E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E92

Black with #714E92

Text Example


Text Example

White with #714E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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