Html Css Color HEX #714A93 Studio

📋 copy color: '#714A93'

red 113 ◦ green 74 ◦ blue 147

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

Shades of Studio #714A93

Tints of Studio #714A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

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

R = 33.83%
G = 22.16%
B = 44.01%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714A93 (or 0x714A93) is known color: Studio. HEX triplet: 71, 4A and 93. RGB value is (113,74,147). Sum of RGB (Red+Green+Blue) = 113+74+147=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #714A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A93 is #8EB56C. Grayscale: #5D5D5D. Windows color (decimal): -9352557 or 9652849. OLE color: 9652849.

HSL color Cylindrical-coordinate representation of color #714A93: hue angle of 272.05º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714A93 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 74 147 -
CMYK 0.23 0.50 0 0.42
HSL 272.05º 0.33% 0.43% -
HSV(B) 272.05º 0.5% 0.58% -
XYZ 14.53 10.51 28.87 -
YUV 93.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 113 74 147 0.23 0.50 0 0.42 272.05 0.33 0.43
Hex 71 4A 93 17 32 0 2A 110 21 2B
Octal 161 112 223 27 62 0 52 420 41 53
Binary 1110001 1001010 10010011 10111 110010 0 101010 100010000 100001 101011

Color Harmonies of #714A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A93

Black with #714A93

Text Example


Text Example

White with #714A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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