Html Css Color HEX #714699 Studio

📋 copy color: '#714699'

red 113 ◦ green 70 ◦ blue 153

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

Shades of Studio #714699

Tints of Studio #714699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 33.63%
G = 20.83%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#714699 (or 0x714699) is known color: Studio. HEX triplet: 71, 46 and 99. RGB value is (113,70,153). Sum of RGB (Red+Green+Blue) = 113+70+153=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #714699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714699 is #8EB966. Grayscale: #5C5C5C. Windows color (decimal): -9353575 or 10045041. OLE color: 10045041.

HSL color Cylindrical-coordinate representation of color #714699: hue angle of 271.08º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714699 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 70 153 -
CMYK 0.26 0.54 0 0.4
HSL 271.08º 0.37% 0.44% -
HSV(B) 271.08º 0.54% 0.6% -
XYZ 14.75 10.19 31.33 -
YUV 92.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 113 70 153 0.26 0.54 0 0.4 271.08 0.37 0.44
Hex 71 46 99 1A 36 0 28 10F 25 2C
Octal 161 106 231 32 66 0 50 417 45 54
Binary 1110001 1000110 10011001 11010 110110 0 101000 100001111 100101 101100

Color Harmonies of #714699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714699

Black with #714699

Text Example


Text Example

White with #714699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714699; }

 p { color: rgb(113,70,153); }

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

background-color css

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

 a { background-color: rgb(113,70,153); }

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

border-color css

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

 span { border-color: rgb(113,70,153); }

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