Html Css Color HEX #714DA3 Studio

📋 copy color: '#714DA3'

red 113 ◦ green 77 ◦ blue 163

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

Shades of Studio #714DA3

Tints of Studio #714DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.18%

R = 32.01%
G = 21.81%
B = 46.18%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#714DA3 (or 0x714DA3) is known color: Studio. HEX triplet: 71, 4D and A3. RGB value is (113,77,163). Sum of RGB (Red+Green+Blue) = 113+77+163=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: blue. Hex color #714DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DA3 is #8EB25C. Grayscale: #616161. Windows color (decimal): -9351773 or 10702193. OLE color: 10702193.

HSL color Cylindrical-coordinate representation of color #714DA3: hue angle of 265.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714DA3 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 77 163 -
CMYK 0.31 0.53 0 0.36
HSL 265.12º 0.36% 0.47% -
HSV(B) 265.12º 0.53% 0.64% -
XYZ 16.07 11.46 36.02 -
YUV 97.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 113 77 163 0.31 0.53 0 0.36 265.12 0.36 0.47
Hex 71 4D A3 1F 35 0 24 109 24 2F
Octal 161 115 243 37 65 0 44 411 44 57
Binary 1110001 1001101 10100011 11111 110101 0 100100 100001001 100100 101111

Color Harmonies of #714DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DA3

Black with #714DA3

Text Example


Text Example

White with #714DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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