Html Css Color HEX #714A94 Studio

📋 copy color: '#714A94'

red 113 ◦ green 74 ◦ blue 148

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

Shades of Studio #714A94

Tints of Studio #714A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 33.73%
G = 22.09%
B = 44.18%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714A94 (or 0x714A94) is known color: Studio. HEX triplet: 71, 4A and 94. RGB value is (113,74,148). Sum of RGB (Red+Green+Blue) = 113+74+148=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #714A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A94 is #8EB56B. Grayscale: #5D5D5D. Windows color (decimal): -9352556 or 9718385. OLE color: 9718385.

HSL color Cylindrical-coordinate representation of color #714A94: hue angle of 271.62º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714A94 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 74 148 -
CMYK 0.24 0.50 0 0.42
HSL 271.62º 0.33% 0.44% -
HSV(B) 271.62º 0.5% 0.58% -
XYZ 14.6 10.55 29.28 -
YUV 94.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 113 74 148 0.24 0.50 0 0.42 271.62 0.33 0.44
Hex 71 4A 94 18 32 0 2A 110 21 2C
Octal 161 112 224 30 62 0 52 420 41 54
Binary 1110001 1001010 10010100 11000 110010 0 101010 100010000 100001 101100

Color Harmonies of #714A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A94

Black with #714A94

Text Example


Text Example

White with #714A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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