Html Css Color HEX #714C9A Studio

📋 copy color: '#714C9A'

red 113 ◦ green 76 ◦ blue 154

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

Shades of Studio #714C9A

Tints of Studio #714C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.16%

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

R = 32.94%
G = 22.16%
B = 44.9%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714C9A (or 0x714C9A) is known color: Studio. HEX triplet: 71, 4C and 9A. RGB value is (113,76,154). Sum of RGB (Red+Green+Blue) = 113+76+154=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #714C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714C9A is #8EB365. Grayscale: #5F5F5F. Windows color (decimal): -9352038 or 10112113. OLE color: 10112113.

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

Color convert

RGB 113 76 154 -
CMYK 0.27 0.51 0 0.40
HSL 268.46º 0.34% 0.45% -
HSV(B) 268.46º 0.51% 0.6% -
XYZ 15.23 11.01 31.89 -
YUV 95.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 113 76 154 0.27 0.51 0 0.40 268.46 0.34 0.45
Hex 71 4C 9A 1B 33 0 28 10C 22 2D
Octal 161 114 232 33 63 0 50 414 42 55
Binary 1110001 1001100 10011010 11011 110011 0 101000 100001100 100010 101101

Color Harmonies of #714C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C9A

Black with #714C9A

Text Example


Text Example

White with #714C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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