Html Css Color HEX #714992 Studio

📋 copy color: '#714992'

red 113 ◦ green 73 ◦ blue 146

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

Shades of Studio #714992

Tints of Studio #714992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 34.04%
G = 21.99%
B = 43.98%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714992 (or 0x714992) is known color: Studio. HEX triplet: 71, 49 and 92. RGB value is (113,73,146). Sum of RGB (Red+Green+Blue) = 113+73+146=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #714992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714992 is #8EB66D. Grayscale: #5D5D5D. Windows color (decimal): -9352814 or 9587057. OLE color: 9587057.

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

Color convert

RGB 113 73 146 -
CMYK 0.23 0.5 0 0.43
HSL 272.88º 0.33% 0.43% -
HSV(B) 272.88º 0.5% 0.57% -
XYZ 14.38 10.35 28.43 -
YUV 93.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 113 73 146 0.23 0.5 0 0.43 272.88 0.33 0.43
Hex 71 49 92 17 32 0 2B 111 21 2B
Octal 161 111 222 27 62 0 53 421 41 53
Binary 1110001 1001001 10010010 10111 110010 0 101011 100010001 100001 101011

Color Harmonies of #714992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714992

Black with #714992

Text Example


Text Example

White with #714992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714992; }

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

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

background-color css

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

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

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

border-color css

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

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

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