Html Css Color HEX #714CAD Studio

📋 copy color: '#714CAD'

red 113 ◦ green 76 ◦ blue 173

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

Shades of Studio #714CAD

Tints of Studio #714CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

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

R = 31.22%
G = 20.99%
B = 47.79%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#714CAD (or 0x714CAD) is known color: Studio. HEX triplet: 71, 4C and AD. RGB value is (113,76,173). Sum of RGB (Red+Green+Blue) = 113+76+173=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #714CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CAD is #8EB352. Grayscale: #616161. Windows color (decimal): -9352019 or 11357297. OLE color: 11357297.

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

Color convert

RGB 113 76 173 -
CMYK 0.35 0.56 0 0.32
HSL 262.89º 0.39% 0.49% -
HSV(B) 262.89º 0.56% 0.68% -
XYZ 16.94 11.7 40.9 -
YUV 98.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 113 76 173 0.35 0.56 0 0.32 262.89 0.39 0.49
Hex 71 4C AD 23 38 0 20 107 27 31
Octal 161 114 255 43 70 0 40 407 47 61
Binary 1110001 1001100 10101101 100011 111000 0 100000 100000111 100111 110001

Color Harmonies of #714CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CAD

Black with #714CAD

Text Example


Text Example

White with #714CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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