Html Css Color HEX #714FAA Studio

📋 copy color: '#714FAA'

red 113 ◦ green 79 ◦ blue 170

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

Shades of Studio #714FAA

Tints of Studio #714FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.82%

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 31.22%
G = 21.82%
B = 46.96%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#714FAA (or 0x714FAA) is known color: Studio. HEX triplet: 71, 4F and AA. RGB value is (113,79,170). Sum of RGB (Red+Green+Blue) = 113+79+170=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #714FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FAA is #8EB055. Grayscale: #636363. Windows color (decimal): -9351254 or 11161457. OLE color: 11161457.

HSL color Cylindrical-coordinate representation of color #714FAA: hue angle of 262.42º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714FAA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 79 170 -
CMYK 0.34 0.54 0 0.33
HSL 262.42º 0.37% 0.49% -
HSV(B) 262.42º 0.54% 0.67% -
XYZ 16.86 12 39.46 -
YUV 99.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 113 79 170 0.34 0.54 0 0.33 262.42 0.37 0.49
Hex 71 4F AA 22 36 0 21 106 25 31
Octal 161 117 252 42 66 0 41 406 45 61
Binary 1110001 1001111 10101010 100010 110110 0 100001 100000110 100101 110001

Color Harmonies of #714FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714FAA

Black with #714FAA

Text Example


Text Example

White with #714FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,170); }

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

background-color css

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

 a { background-color: rgb(113,79,170); }

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

border-color css

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

 span { border-color: rgb(113,79,170); }

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