Html Css Color HEX #714DB3 Studio

📋 copy color: '#714DB3'

red 113 ◦ green 77 ◦ blue 179

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

Shades of Studio #714DB3

Tints of Studio #714DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 30.62%
G = 20.87%
B = 48.51%

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

#714DB3 (or 0x714DB3) is known color: Studio. HEX triplet: 71, 4D and B3. RGB value is (113,77,179). Sum of RGB (Red+Green+Blue) = 113+77+179=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #714DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DB3 is #8EB24C. Grayscale: #636363. Windows color (decimal): -9351757 or 11750769. OLE color: 11750769.

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

Color convert

RGB 113 77 179 -
CMYK 0.37 0.57 0 0.30
HSL 261.18º 0.4% 0.5% -
HSV(B) 261.18º 0.57% 0.7% -
XYZ 17.6 12.07 44.05 -
YUV 99.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 113 77 179 0.37 0.57 0 0.30 261.18 0.4 0.5
Hex 71 4D B3 25 39 0 1E 105 28 32
Octal 161 115 263 45 71 0 36 405 50 62
Binary 1110001 1001101 10110011 100101 111001 0 11110 100000101 101000 110010

Color Harmonies of #714DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DB3

Black with #714DB3

Text Example


Text Example

White with #714DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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