Html Css Color HEX #714FAC Studio

📋 copy color: '#714FAC'

red 113 ◦ green 79 ◦ blue 172

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

Shades of Studio #714FAC

Tints of Studio #714FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 31.04%
G = 21.7%
B = 47.25%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#714FAC (or 0x714FAC) is known color: Studio. HEX triplet: 71, 4F and AC. RGB value is (113,79,172). Sum of RGB (Red+Green+Blue) = 113+79+172=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #714FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FAC is #8EB053. Grayscale: #636363. Windows color (decimal): -9351252 or 11292529. OLE color: 11292529.

HSL color Cylindrical-coordinate representation of color #714FAC: hue angle of 261.94º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714FAC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 79 172 -
CMYK 0.34 0.54 0 0.33
HSL 261.94º 0.37% 0.49% -
HSV(B) 261.94º 0.54% 0.67% -
XYZ 17.05 12.08 40.46 -
YUV 99.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 113 79 172 0.34 0.54 0 0.33 261.94 0.37 0.49
Hex 71 4F AC 22 36 0 21 106 25 31
Octal 161 117 254 42 66 0 41 406 45 61
Binary 1110001 1001111 10101100 100010 110110 0 100001 100000110 100101 110001

Color Harmonies of #714FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FAC

Black with #714FAC

Text Example


Text Example

White with #714FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,172); }

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

background-color css

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

 a { background-color: rgb(113,79,172); }

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

border-color css

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

 span { border-color: rgb(113,79,172); }

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