Html Css Color HEX #714CAF Studio

📋 copy color: '#714CAF'

red 113 ◦ green 76 ◦ blue 175

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

Shades of Studio #714CAF

Tints of Studio #714CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 31.04%
G = 20.88%
B = 48.08%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#714CAF (or 0x714CAF) is known color: Studio. HEX triplet: 71, 4C and AF. RGB value is (113,76,175). Sum of RGB (Red+Green+Blue) = 113+76+175=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #714CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CAF is #8EB350. Grayscale: #616161. Windows color (decimal): -9352017 or 11488369. OLE color: 11488369.

HSL color Cylindrical-coordinate representation of color #714CAF: hue angle of 262.42º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714CAF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 76 175 -
CMYK 0.35 0.57 0 0.31
HSL 262.42º 0.39% 0.49% -
HSV(B) 262.42º 0.57% 0.69% -
XYZ 17.13 11.77 41.93 -
YUV 98.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 113 76 175 0.35 0.57 0 0.31 262.42 0.39 0.49
Hex 71 4C AF 23 39 0 1F 106 27 31
Octal 161 114 257 43 71 0 37 406 47 61
Binary 1110001 1001100 10101111 100011 111001 0 11111 100000110 100111 110001

Color Harmonies of #714CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CAF

Black with #714CAF

Text Example


Text Example

White with #714CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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