Html Css Color HEX #714799 Studio

📋 copy color: '#714799'

red 113 ◦ green 71 ◦ blue 153

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

Shades of Studio #714799

Tints of Studio #714799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

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

R = 33.53%
G = 21.07%
B = 45.4%

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

#714799 (or 0x714799) is known color: Studio. HEX triplet: 71, 47 and 99. RGB value is (113,71,153). Sum of RGB (Red+Green+Blue) = 113+71+153=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #714799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714799 is #8EB866. Grayscale: #5C5C5C. Windows color (decimal): -9353319 or 10045297. OLE color: 10045297.

HSL color Cylindrical-coordinate representation of color #714799: hue angle of 270.73º 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 #714799 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 71 153 -
CMYK 0.26 0.54 0 0.4
HSL 270.73º 0.37% 0.44% -
HSV(B) 270.73º 0.54% 0.6% -
XYZ 14.81 10.32 31.35 -
YUV 92.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 113 71 153 0.26 0.54 0 0.4 270.73 0.37 0.44
Hex 71 47 99 1A 36 0 28 10F 25 2C
Octal 161 107 231 32 66 0 50 417 45 54
Binary 1110001 1000111 10011001 11010 110110 0 101000 100001111 100101 101100

Color Harmonies of #714799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714799

Black with #714799

Text Example


Text Example

White with #714799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714799; }

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

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

background-color css

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

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

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

border-color css

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

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

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