Html Css Color HEX #714997 Studio

📋 copy color: '#714997'

red 113 ◦ green 73 ◦ blue 151

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

Shades of Studio #714997

Tints of Studio #714997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 33.53%
G = 21.66%
B = 44.81%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#714997 (or 0x714997) is known color: Studio. HEX triplet: 71, 49 and 97. RGB value is (113,73,151). Sum of RGB (Red+Green+Blue) = 113+73+151=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #714997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714997 is #8EB668. Grayscale: #5D5D5D. Windows color (decimal): -9352809 or 9914737. OLE color: 9914737.

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

Color convert

RGB 113 73 151 -
CMYK 0.25 0.52 0 0.41
HSL 270.77º 0.35% 0.44% -
HSV(B) 270.77º 0.52% 0.59% -
XYZ 14.78 10.51 30.53 -
YUV 93.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 113 73 151 0.25 0.52 0 0.41 270.77 0.35 0.44
Hex 71 49 97 19 34 0 29 10F 23 2C
Octal 161 111 227 31 64 0 51 417 43 54
Binary 1110001 1001001 10010111 11001 110100 0 101001 100001111 100011 101100

Color Harmonies of #714997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714997

Black with #714997

Text Example


Text Example

White with #714997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714997; }

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

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

background-color css

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

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

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

border-color css

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

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

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