Html Css Color HEX #714D9B Studio

📋 copy color: '#714D9B'

red 113 ◦ green 77 ◦ blue 155

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

Shades of Studio #714D9B

Tints of Studio #714D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 32.75%
G = 22.32%
B = 44.93%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#714D9B (or 0x714D9B) is known color: Studio. HEX triplet: 71, 4D and 9B. RGB value is (113,77,155). Sum of RGB (Red+Green+Blue) = 113+77+155=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #714D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D9B is #8EB264. Grayscale: #606060. Windows color (decimal): -9351781 or 10177905. OLE color: 10177905.

HSL color Cylindrical-coordinate representation of color #714D9B: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714D9B is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 77 155 -
CMYK 0.27 0.50 0 0.39
HSL 267.69º 0.34% 0.45% -
HSV(B) 267.69º 0.5% 0.61% -
XYZ 15.38 11.19 32.36 -
YUV 96.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 113 77 155 0.27 0.50 0 0.39 267.69 0.34 0.45
Hex 71 4D 9B 1B 32 0 27 10C 22 2D
Octal 161 115 233 33 62 0 47 414 42 55
Binary 1110001 1001101 10011011 11011 110010 0 100111 100001100 100010 101101

Color Harmonies of #714D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D9B

Black with #714D9B

Text Example


Text Example

White with #714D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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