Html Css Color HEX #714AAD Studio

📋 copy color: '#714AAD'

red 113 ◦ green 74 ◦ blue 173

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

Shades of Studio #714AAD

Tints of Studio #714AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

 BLUE value IS 173 (67.97% from 255) = 48.06%

R = 31.39%
G = 20.56%
B = 48.06%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#714AAD (or 0x714AAD) is known color: Studio. HEX triplet: 71, 4A and AD. RGB value is (113,74,173). Sum of RGB (Red+Green+Blue) = 113+74+173=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #714AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714AAD is #8EB552. Grayscale: #606060. Windows color (decimal): -9352531 or 11356785. OLE color: 11356785.

HSL color Cylindrical-coordinate representation of color #714AAD: hue angle of 263.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714AAD is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 74 173 -
CMYK 0.35 0.57 0 0.32
HSL 263.64º 0.4% 0.48% -
HSV(B) 263.64º 0.57% 0.68% -
XYZ 16.8 11.43 40.85 -
YUV 96.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 113 74 173 0.35 0.57 0 0.32 263.64 0.4 0.48
Hex 71 4A AD 23 39 0 20 108 28 30
Octal 161 112 255 43 71 0 40 410 50 60
Binary 1110001 1001010 10101101 100011 111001 0 100000 100001000 101000 110000

Color Harmonies of #714AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AAD

Black with #714AAD

Text Example


Text Example

White with #714AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,74,173); }

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

background-color css

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

 a { background-color: rgb(113,74,173); }

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

border-color css

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

 span { border-color: rgb(113,74,173); }

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