Html Css Color HEX #714494 Studio

📋 copy color: '#714494'

red 113 ◦ green 68 ◦ blue 148

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

Shades of Studio #714494

Tints of Studio #714494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 34.35%
G = 20.67%
B = 44.98%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714494 (or 0x714494) is known color: Studio. HEX triplet: 71, 44 and 94. RGB value is (113,68,148). Sum of RGB (Red+Green+Blue) = 113+68+148=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #714494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714494 is #8EBB6B. Grayscale: #5A5A5A. Windows color (decimal): -9354092 or 9716849. OLE color: 9716849.

HSL color Cylindrical-coordinate representation of color #714494: hue angle of 273.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714494 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 68 148 -
CMYK 0.24 0.54 0 0.42
HSL 273.75º 0.37% 0.42% -
HSV(B) 273.75º 0.54% 0.58% -
XYZ 14.22 9.78 29.16 -
YUV 90.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 113 68 148 0.24 0.54 0 0.42 273.75 0.37 0.42
Hex 71 44 94 18 36 0 2A 112 25 2A
Octal 161 104 224 30 66 0 52 422 45 52
Binary 1110001 1000100 10010100 11000 110110 0 101010 100010010 100101 101010

Color Harmonies of #714494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714494

Black with #714494

Text Example


Text Example

White with #714494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714494; }

 p { color: rgb(113,68,148); }

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

background-color css

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

 a { background-color: rgb(113,68,148); }

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

border-color css

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

 span { border-color: rgb(113,68,148); }

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