Html Css Color HEX #714DAB Studio

📋 copy color: '#714DAB'

red 113 ◦ green 77 ◦ blue 171

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

Shades of Studio #714DAB

Tints of Studio #714DAB

RGB

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

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

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

R = 31.3%
G = 21.33%
B = 47.37%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#714DAB (or 0x714DAB) is known color: Studio. HEX triplet: 71, 4D and AB. RGB value is (113,77,171). Sum of RGB (Red+Green+Blue) = 113+77+171=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #714DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAB is #8EB254. Grayscale: #626262. Windows color (decimal): -9351765 or 11226481. OLE color: 11226481.

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

Color convert

RGB 113 77 171 -
CMYK 0.34 0.55 0 0.33
HSL 262.98º 0.38% 0.49% -
HSV(B) 262.98º 0.55% 0.67% -
XYZ 16.81 11.76 39.91 -
YUV 98.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 113 77 171 0.34 0.55 0 0.33 262.98 0.38 0.49
Hex 71 4D AB 22 37 0 21 107 26 31
Octal 161 115 253 42 67 0 41 407 46 61
Binary 1110001 1001101 10101011 100010 110111 0 100001 100000111 100110 110001

Color Harmonies of #714DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DAB

Black with #714DAB

Text Example


Text Example

White with #714DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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