Html Css Color HEX #714599 Studio

📋 copy color: '#714599'

red 113 ◦ green 69 ◦ blue 153

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

Shades of Studio #714599

Tints of Studio #714599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 33.73%
G = 20.6%
B = 45.67%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#714599 (or 0x714599) is known color: Studio. HEX triplet: 71, 45 and 99. RGB value is (113,69,153). Sum of RGB (Red+Green+Blue) = 113+69+153=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #714599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714599 is #8EBA66. Grayscale: #5B5B5B. Windows color (decimal): -9353831 or 10044785. OLE color: 10044785.

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

Color convert

RGB 113 69 153 -
CMYK 0.26 0.55 0 0.4
HSL 271.43º 0.38% 0.44% -
HSV(B) 271.43º 0.55% 0.6% -
XYZ 14.69 10.07 31.31 -
YUV 91.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 113 69 153 0.26 0.55 0 0.4 271.43 0.38 0.44
Hex 71 45 99 1A 37 0 28 10F 26 2C
Octal 161 105 231 32 67 0 50 417 46 54
Binary 1110001 1000101 10011001 11010 110111 0 101000 100001111 100110 101100

Color Harmonies of #714599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714599

Black with #714599

Text Example


Text Example

White with #714599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714599; }

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

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

background-color css

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

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

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

border-color css

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

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

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