Html Css Color HEX #714F9B Studio

📋 copy color: '#714F9B'

red 113 ◦ green 79 ◦ blue 155

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

Shades of Studio #714F9B

Tints of Studio #714F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 32.56%
G = 22.77%
B = 44.67%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#714F9B (or 0x714F9B) is known color: Studio. HEX triplet: 71, 4F and 9B. RGB value is (113,79,155). Sum of RGB (Red+Green+Blue) = 113+79+155=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #714F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F9B is #8EB064. Grayscale: #616161. Windows color (decimal): -9351269 or 10178417. OLE color: 10178417.

HSL color Cylindrical-coordinate representation of color #714F9B: hue angle of 266.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714F9B is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 79 155 -
CMYK 0.27 0.49 0 0.39
HSL 266.84º 0.32% 0.46% -
HSV(B) 266.84º 0.49% 0.61% -
XYZ 15.52 11.47 32.41 -
YUV 97.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 113 79 155 0.27 0.49 0 0.39 266.84 0.32 0.46
Hex 71 4F 9B 1B 31 0 27 10B 20 2E
Octal 161 117 233 33 61 0 47 413 40 56
Binary 1110001 1001111 10011011 11011 110001 0 100111 100001011 100000 101110

Color Harmonies of #714F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F9B

Black with #714F9B

Text Example


Text Example

White with #714F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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