Html Css Color HEX #714DAF Studio

📋 copy color: '#714DAF'

red 113 ◦ green 77 ◦ blue 175

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

Shades of Studio #714DAF

Tints of Studio #714DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

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

R = 30.96%
G = 21.1%
B = 47.95%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#714DAF (or 0x714DAF) is known color: Studio. HEX triplet: 71, 4D and AF. RGB value is (113,77,175). Sum of RGB (Red+Green+Blue) = 113+77+175=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #714DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAF is #8EB250. Grayscale: #626262. Windows color (decimal): -9351761 or 11488625. OLE color: 11488625.

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

Color convert

RGB 113 77 175 -
CMYK 0.35 0.56 0 0.31
HSL 262.04º 0.39% 0.49% -
HSV(B) 262.04º 0.56% 0.69% -
XYZ 17.2 11.91 41.95 -
YUV 98.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 113 77 175 0.35 0.56 0 0.31 262.04 0.39 0.49
Hex 71 4D AF 23 38 0 1F 106 27 31
Octal 161 115 257 43 70 0 37 406 47 61
Binary 1110001 1001101 10101111 100011 111000 0 11111 100000110 100111 110001

Color Harmonies of #714DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DAF

Black with #714DAF

Text Example


Text Example

White with #714DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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