Html Css Color HEX #714596 Studio

📋 copy color: '#714596'

red 113 ◦ green 69 ◦ blue 150

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

Shades of Studio #714596

Tints of Studio #714596

RGB

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

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

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

R = 34.04%
G = 20.78%
B = 45.18%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#714596 (or 0x714596) is known color: Studio. HEX triplet: 71, 45 and 96. RGB value is (113,69,150). Sum of RGB (Red+Green+Blue) = 113+69+150=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #714596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714596 is #8EBA69. Grayscale: #5B5B5B. Windows color (decimal): -9353834 or 9848177. OLE color: 9848177.

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

Color convert

RGB 113 69 150 -
CMYK 0.25 0.54 0 0.41
HSL 272.59º 0.37% 0.43% -
HSV(B) 272.59º 0.54% 0.59% -
XYZ 14.44 9.97 30.02 -
YUV 91.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 113 69 150 0.25 0.54 0 0.41 272.59 0.37 0.43
Hex 71 45 96 19 36 0 29 111 25 2B
Octal 161 105 226 31 66 0 51 421 45 53
Binary 1110001 1000101 10010110 11001 110110 0 101001 100010001 100101 101011

Color Harmonies of #714596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714596

Black with #714596

Text Example


Text Example

White with #714596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714596; }

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

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

background-color css

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

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

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

border-color css

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

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

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