Html Css Color HEX #714996 Studio

📋 copy color: '#714996'

red 113 ◦ green 73 ◦ blue 150

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

Shades of Studio #714996

Tints of Studio #714996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 33.63%
G = 21.73%
B = 44.64%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#714996 (or 0x714996) is known color: Studio. HEX triplet: 71, 49 and 96. RGB value is (113,73,150). Sum of RGB (Red+Green+Blue) = 113+73+150=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #714996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714996 is #8EB669. Grayscale: #5D5D5D. Windows color (decimal): -9352810 or 9849201. OLE color: 9849201.

HSL color Cylindrical-coordinate representation of color #714996: hue angle of 271.17º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714996 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 73 150 -
CMYK 0.25 0.51 0 0.41
HSL 271.17º 0.35% 0.44% -
HSV(B) 271.17º 0.51% 0.59% -
XYZ 14.7 10.48 30.1 -
YUV 93.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 113 73 150 0.25 0.51 0 0.41 271.17 0.35 0.44
Hex 71 49 96 19 33 0 29 10F 23 2C
Octal 161 111 226 31 63 0 51 417 43 54
Binary 1110001 1001001 10010110 11001 110011 0 101001 100001111 100011 101100

Color Harmonies of #714996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714996

Black with #714996

Text Example


Text Example

White with #714996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714996; }

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

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

background-color css

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

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

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

border-color css

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

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

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