Html Css Color HEX #714995 Studio

📋 copy color: '#714995'

red 113 ◦ green 73 ◦ blue 149

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

Shades of Studio #714995

Tints of Studio #714995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 33.73%
G = 21.79%
B = 44.48%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714995 (or 0x714995) is known color: Studio. HEX triplet: 71, 49 and 95. RGB value is (113,73,149). Sum of RGB (Red+Green+Blue) = 113+73+149=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #714995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714995 is #8EB66A. Grayscale: #5D5D5D. Windows color (decimal): -9352811 or 9783665. OLE color: 9783665.

HSL color Cylindrical-coordinate representation of color #714995: hue angle of 271.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714995 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 73 149 -
CMYK 0.24 0.51 0 0.42
HSL 271.58º 0.34% 0.44% -
HSV(B) 271.58º 0.51% 0.58% -
XYZ 14.62 10.45 29.68 -
YUV 93.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 113 73 149 0.24 0.51 0 0.42 271.58 0.34 0.44
Hex 71 49 95 18 33 0 2A 110 22 2C
Octal 161 111 225 30 63 0 52 420 42 54
Binary 1110001 1001001 10010101 11000 110011 0 101010 100010000 100010 101100

Color Harmonies of #714995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714995

Black with #714995

Text Example


Text Example

White with #714995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714995; }

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

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

background-color css

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

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

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

border-color css

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

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

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