Html Css Color HEX #714897 Studio

📋 copy color: '#714897'

red 113 ◦ green 72 ◦ blue 151

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

Shades of Studio #714897

Tints of Studio #714897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 33.63%
G = 21.43%
B = 44.94%

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

#714897 (or 0x714897) is known color: Studio. HEX triplet: 71, 48 and 97. RGB value is (113,72,151). Sum of RGB (Red+Green+Blue) = 113+72+151=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #714897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714897 is #8EB768. Grayscale: #5C5C5C. Windows color (decimal): -9353065 or 9914481. OLE color: 9914481.

HSL color Cylindrical-coordinate representation of color #714897: hue angle of 271.14º 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 #714897 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 72 151 -
CMYK 0.25 0.52 0 0.41
HSL 271.14º 0.35% 0.44% -
HSV(B) 271.14º 0.52% 0.59% -
XYZ 14.71 10.38 30.51 -
YUV 93.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 113 72 151 0.25 0.52 0 0.41 271.14 0.35 0.44
Hex 71 48 97 19 34 0 29 10F 23 2C
Octal 161 110 227 31 64 0 51 417 43 54
Binary 1110001 1001000 10010111 11001 110100 0 101001 100001111 100011 101100

Color Harmonies of #714897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714897

Black with #714897

Text Example


Text Example

White with #714897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714897; }

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

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

background-color css

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

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

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

border-color css

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

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

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