Html Css Color HEX #714A9F Studio

📋 copy color: '#714A9F'

red 113 ◦ green 74 ◦ blue 159

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

Shades of Studio #714A9F

Tints of Studio #714A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 32.66%
G = 21.39%
B = 45.95%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#714A9F (or 0x714A9F) is known color: Studio. HEX triplet: 71, 4A and 9F. RGB value is (113,74,159). Sum of RGB (Red+Green+Blue) = 113+74+159=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #714A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A9F is #8EB560. Grayscale: #5F5F5F. Windows color (decimal): -9352545 or 10439281. OLE color: 10439281.

HSL color Cylindrical-coordinate representation of color #714A9F: hue angle of 267.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714A9F is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 74 159 -
CMYK 0.29 0.53 0 0.38
HSL 267.53º 0.36% 0.46% -
HSV(B) 267.53º 0.53% 0.62% -
XYZ 15.52 10.91 34.09 -
YUV 95.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 113 74 159 0.29 0.53 0 0.38 267.53 0.36 0.46
Hex 71 4A 9F 1D 35 0 26 10C 24 2E
Octal 161 112 237 35 65 0 46 414 44 56
Binary 1110001 1001010 10011111 11101 110101 0 100110 100001100 100100 101110

Color Harmonies of #714A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A9F

Black with #714A9F

Text Example


Text Example

White with #714A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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