Html Css Color HEX #714CAC Studio

📋 copy color: '#714CAC'

red 113 ◦ green 76 ◦ blue 172

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

Shades of Studio #714CAC

Tints of Studio #714CAC

RGB

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

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

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

R = 31.3%
G = 21.05%
B = 47.65%

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

#714CAC (or 0x714CAC) is known color: Studio. HEX triplet: 71, 4C and AC. RGB value is (113,76,172). Sum of RGB (Red+Green+Blue) = 113+76+172=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #714CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CAC is #8EB353. Grayscale: #616161. Windows color (decimal): -9352020 or 11291761. OLE color: 11291761.

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

Color convert

RGB 113 76 172 -
CMYK 0.34 0.56 0 0.33
HSL 263.13º 0.39% 0.49% -
HSV(B) 263.13º 0.56% 0.67% -
XYZ 16.84 11.66 40.39 -
YUV 98.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 113 76 172 0.34 0.56 0 0.33 263.13 0.39 0.49
Hex 71 4C AC 22 38 0 21 107 27 31
Octal 161 114 254 42 70 0 41 407 47 61
Binary 1110001 1001100 10101100 100010 111000 0 100001 100000111 100111 110001

Color Harmonies of #714CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CAC

Black with #714CAC

Text Example


Text Example

White with #714CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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