Html Css Color HEX #714A98 Studio

📋 copy color: '#714A98'

red 113 ◦ green 74 ◦ blue 152

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

Shades of Studio #714A98

Tints of Studio #714A98

RGB

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

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

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

R = 33.33%
G = 21.83%
B = 44.84%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714A98 (or 0x714A98) is known color: Studio. HEX triplet: 71, 4A and 98. RGB value is (113,74,152). Sum of RGB (Red+Green+Blue) = 113+74+152=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #714A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A98 is #8EB567. Grayscale: #5E5E5E. Windows color (decimal): -9352552 or 9980529. OLE color: 9980529.

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

Color convert

RGB 113 74 152 -
CMYK 0.26 0.51 0 0.40
HSL 270º 0.35% 0.44% -
HSV(B) 270º 0.51% 0.6% -
XYZ 14.93 10.68 30.98 -
YUV 94.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 113 74 152 0.26 0.51 0 0.40 270 0.35 0.44
Hex 71 4A 98 1A 33 0 28 10E 23 2C
Octal 161 112 230 32 63 0 50 416 43 54
Binary 1110001 1001010 10011000 11010 110011 0 101000 100001110 100011 101100

Color Harmonies of #714A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A98

Black with #714A98

Text Example


Text Example

White with #714A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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