Html Css Color HEX #714D93 Studio

📋 copy color: '#714D93'

red 113 ◦ green 77 ◦ blue 147

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

Shades of Studio #714D93

Tints of Studio #714D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 33.53%
G = 22.85%
B = 43.62%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714D93 (or 0x714D93) is known color: Studio. HEX triplet: 71, 4D and 93. RGB value is (113,77,147). Sum of RGB (Red+Green+Blue) = 113+77+147=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #714D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D93 is #8EB26C. Grayscale: #5F5F5F. Windows color (decimal): -9351789 or 9653617. OLE color: 9653617.

HSL color Cylindrical-coordinate representation of color #714D93: hue angle of 270.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714D93 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 77 147 -
CMYK 0.23 0.48 0 0.42
HSL 270.86º 0.31% 0.44% -
HSV(B) 270.86º 0.48% 0.58% -
XYZ 14.73 10.93 28.94 -
YUV 95.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 113 77 147 0.23 0.48 0 0.42 270.86 0.31 0.44
Hex 71 4D 93 17 30 0 2A 10F 1F 2C
Octal 161 115 223 27 60 0 52 417 37 54
Binary 1110001 1001101 10010011 10111 110000 0 101010 100001111 11111 101100

Color Harmonies of #714D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D93

Black with #714D93

Text Example


Text Example

White with #714D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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