Html Css Color HEX #714FA1 Studio

📋 copy color: '#714FA1'

red 113 ◦ green 79 ◦ blue 161

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

Shades of Studio #714FA1

Tints of Studio #714FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.61%

R = 32.01%
G = 22.38%
B = 45.61%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#714FA1 (or 0x714FA1) is known color: Studio. HEX triplet: 71, 4F and A1. RGB value is (113,79,161). Sum of RGB (Red+Green+Blue) = 113+79+161=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #714FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FA1 is #8EB05E. Grayscale: #626262. Windows color (decimal): -9351263 or 10571633. OLE color: 10571633.

HSL color Cylindrical-coordinate representation of color #714FA1: hue angle of 264.88º 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 #714FA1 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 79 161 -
CMYK 0.30 0.51 0 0.37
HSL 264.88º 0.34% 0.47% -
HSV(B) 264.88º 0.51% 0.63% -
XYZ 16.04 11.68 35.13 -
YUV 98.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 113 79 161 0.30 0.51 0 0.37 264.88 0.34 0.47
Hex 71 4F A1 1E 33 0 25 109 22 2F
Octal 161 117 241 36 63 0 45 411 42 57
Binary 1110001 1001111 10100001 11110 110011 0 100101 100001001 100010 101111

Color Harmonies of #714FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FA1

Black with #714FA1

Text Example


Text Example

White with #714FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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