Html Css Color HEX #714F93 Studio

📋 copy color: '#714F93'

red 113 ◦ green 79 ◦ blue 147

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

Shades of Studio #714F93

Tints of Studio #714F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 33.33%
G = 23.3%
B = 43.36%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714F93 (or 0x714F93) is known color: Studio. HEX triplet: 71, 4F and 93. RGB value is (113,79,147). Sum of RGB (Red+Green+Blue) = 113+79+147=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #714F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F93 is #8EB06C. Grayscale: #606060. Windows color (decimal): -9351277 or 9654129. OLE color: 9654129.

HSL color Cylindrical-coordinate representation of color #714F93: hue angle of 270º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714F93 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 79 147 -
CMYK 0.23 0.46 0 0.42
HSL 270º 0.3% 0.44% -
HSV(B) 270º 0.46% 0.58% -
XYZ 14.87 11.21 28.98 -
YUV 96.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 113 79 147 0.23 0.46 0 0.42 270 0.3 0.44
Hex 71 4F 93 17 2E 0 2A 10E 1E 2C
Octal 161 117 223 27 56 0 52 416 36 54
Binary 1110001 1001111 10010011 10111 101110 0 101010 100001110 11110 101100

Color Harmonies of #714F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F93

Black with #714F93

Text Example


Text Example

White with #714F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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