Html Css Color HEX #714CAB Studio

📋 copy color: '#714CAB'

red 113 ◦ green 76 ◦ blue 171

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

Shades of Studio #714CAB

Tints of Studio #714CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 31.39%
G = 21.11%
B = 47.5%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#714CAB (or 0x714CAB) is known color: Studio. HEX triplet: 71, 4C and AB. RGB value is (113,76,171). Sum of RGB (Red+Green+Blue) = 113+76+171=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #714CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CAB is #8EB354. Grayscale: #616161. Windows color (decimal): -9352021 or 11226225. OLE color: 11226225.

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

Color convert

RGB 113 76 171 -
CMYK 0.34 0.56 0 0.33
HSL 263.37º 0.38% 0.48% -
HSV(B) 263.37º 0.56% 0.67% -
XYZ 16.75 11.62 39.89 -
YUV 97.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 113 76 171 0.34 0.56 0 0.33 263.37 0.38 0.48
Hex 71 4C AB 22 38 0 21 107 26 30
Octal 161 114 253 42 70 0 41 407 46 60
Binary 1110001 1001100 10101011 100010 111000 0 100001 100000111 100110 110000

Color Harmonies of #714CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CAB

Black with #714CAB

Text Example


Text Example

White with #714CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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