Html Css Color HEX #714D9A Studio

📋 copy color: '#714D9A'

red 113 ◦ green 77 ◦ blue 154

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

Shades of Studio #714D9A

Tints of Studio #714D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.38%

 BLUE value IS 154 (60.55% from 255) = 44.77%

R = 32.85%
G = 22.38%
B = 44.77%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714D9A (or 0x714D9A) is known color: Studio. HEX triplet: 71, 4D and 9A. RGB value is (113,77,154). Sum of RGB (Red+Green+Blue) = 113+77+154=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #714D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D9A is #8EB265. Grayscale: #606060. Windows color (decimal): -9351782 or 10112369. OLE color: 10112369.

HSL color Cylindrical-coordinate representation of color #714D9A: hue angle of 268.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714D9A is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 77 154 -
CMYK 0.27 0.50 0 0.40
HSL 268.05º 0.33% 0.45% -
HSV(B) 268.05º 0.5% 0.6% -
XYZ 15.3 11.15 31.92 -
YUV 96.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 113 77 154 0.27 0.50 0 0.40 268.05 0.33 0.45
Hex 71 4D 9A 1B 32 0 28 10C 21 2D
Octal 161 115 232 33 62 0 50 414 41 55
Binary 1110001 1001101 10011010 11011 110010 0 101000 100001100 100001 101101

Color Harmonies of #714D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D9A

Black with #714D9A

Text Example


Text Example

White with #714D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D9A; }

 p { color: rgb(113,77,154); }

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

background-color css

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

 a { background-color: rgb(113,77,154); }

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

border-color css

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

 span { border-color: rgb(113,77,154); }

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