Html Css Color HEX #714DB2 Studio

📋 copy color: '#714DB2'

red 113 ◦ green 77 ◦ blue 178

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

Shades of Studio #714DB2

Tints of Studio #714DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 30.71%
G = 20.92%
B = 48.37%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#714DB2 (or 0x714DB2) is known color: Studio. HEX triplet: 71, 4D and B2. RGB value is (113,77,178). Sum of RGB (Red+Green+Blue) = 113+77+178=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #714DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DB2 is #8EB24D. Grayscale: #626262. Windows color (decimal): -9351758 or 11685233. OLE color: 11685233.

HSL color Cylindrical-coordinate representation of color #714DB2: hue angle of 261.39º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714DB2 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 77 178 -
CMYK 0.37 0.57 0 0.30
HSL 261.39º 0.4% 0.5% -
HSV(B) 261.39º 0.57% 0.7% -
XYZ 17.5 12.03 43.52 -
YUV 99.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 113 77 178 0.37 0.57 0 0.30 261.39 0.4 0.5
Hex 71 4D B2 25 39 0 1E 105 28 32
Octal 161 115 262 45 71 0 36 405 50 62
Binary 1110001 1001101 10110010 100101 111001 0 11110 100000101 101000 110010

Color Harmonies of #714DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DB2

Black with #714DB2

Text Example


Text Example

White with #714DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,178); }

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

background-color css

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

 a { background-color: rgb(113,77,178); }

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

border-color css

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

 span { border-color: rgb(113,77,178); }

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