Html Css Color HEX #714BAF Studio

📋 copy color: '#714BAF'

red 113 ◦ green 75 ◦ blue 175

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

Shades of Studio #714BAF

Tints of Studio #714BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.66%

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

R = 31.13%
G = 20.66%
B = 48.21%

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

#714BAF (or 0x714BAF) is known color: Studio. HEX triplet: 71, 4B and AF. RGB value is (113,75,175). Sum of RGB (Red+Green+Blue) = 113+75+175=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #714BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714BAF is #8EB450. Grayscale: #616161. Windows color (decimal): -9352273 or 11488113. OLE color: 11488113.

HSL color Cylindrical-coordinate representation of color #714BAF: hue angle of 262.8º degrees, saturation: 0.4, 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 #714BAF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 75 175 -
CMYK 0.35 0.57 0 0.31
HSL 262.8º 0.4% 0.49% -
HSV(B) 262.8º 0.57% 0.69% -
XYZ 17.06 11.64 41.9 -
YUV 97.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 113 75 175 0.35 0.57 0 0.31 262.8 0.4 0.49
Hex 71 4B AF 23 39 0 1F 107 28 31
Octal 161 113 257 43 71 0 37 407 50 61
Binary 1110001 1001011 10101111 100011 111001 0 11111 100000111 101000 110001

Color Harmonies of #714BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BAF

Black with #714BAF

Text Example


Text Example

White with #714BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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