Html Css Color HEX #714FA0 Studio

📋 copy color: '#714FA0'

red 113 ◦ green 79 ◦ blue 160

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

Shades of Studio #714FA0

Tints of Studio #714FA0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 32.1%
G = 22.44%
B = 45.45%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#714FA0 (or 0x714FA0) is known color: Studio. HEX triplet: 71, 4F and A0. RGB value is (113,79,160). Sum of RGB (Red+Green+Blue) = 113+79+160=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #714FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FA0 is #8EB05F. Grayscale: #626262. Windows color (decimal): -9351264 or 10506097. OLE color: 10506097.

HSL color Cylindrical-coordinate representation of color #714FA0: hue angle of 265.19º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714FA0 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 79 160 -
CMYK 0.29 0.51 0 0.37
HSL 265.19º 0.34% 0.47% -
HSV(B) 265.19º 0.51% 0.63% -
XYZ 15.95 11.64 34.66 -
YUV 98.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 113 79 160 0.29 0.51 0 0.37 265.19 0.34 0.47
Hex 71 4F A0 1D 33 0 25 109 22 2F
Octal 161 117 240 35 63 0 45 411 42 57
Binary 1110001 1001111 10100000 11101 110011 0 100101 100001001 100010 101111

Color Harmonies of #714FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FA0

Black with #714FA0

Text Example


Text Example

White with #714FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,160); }

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

background-color css

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

 a { background-color: rgb(113,79,160); }

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

border-color css

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

 span { border-color: rgb(113,79,160); }

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