Html Css Color HEX #714D98 Studio

📋 copy color: '#714D98'

red 113 ◦ green 77 ◦ blue 152

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

Shades of Studio #714D98

Tints of Studio #714D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 33.04%
G = 22.51%
B = 44.44%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714D98 (or 0x714D98) is known color: Studio. HEX triplet: 71, 4D and 98. RGB value is (113,77,152). Sum of RGB (Red+Green+Blue) = 113+77+152=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #714D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D98 is #8EB267. Grayscale: #606060. Windows color (decimal): -9351784 or 9981297. OLE color: 9981297.

HSL color Cylindrical-coordinate representation of color #714D98: hue angle of 268.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714D98 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 77 152 -
CMYK 0.26 0.49 0 0.40
HSL 268.8º 0.33% 0.45% -
HSV(B) 268.8º 0.49% 0.6% -
XYZ 15.13 11.09 31.05 -
YUV 96.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 113 77 152 0.26 0.49 0 0.40 268.8 0.33 0.45
Hex 71 4D 98 1A 31 0 28 10D 21 2D
Octal 161 115 230 32 61 0 50 415 41 55
Binary 1110001 1001101 10011000 11010 110001 0 101000 100001101 100001 101101

Color Harmonies of #714D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D98

Black with #714D98

Text Example


Text Example

White with #714D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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