Html Css Color HEX #71499A Studio

📋 copy color: '#71499A'

red 113 ◦ green 73 ◦ blue 154

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

Shades of Studio #71499A

Tints of Studio #71499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 33.24%
G = 21.47%
B = 45.29%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71499A (or 0x71499A) is known color: Studio. HEX triplet: 71, 49 and 9A. RGB value is (113,73,154). Sum of RGB (Red+Green+Blue) = 113+73+154=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #71499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71499A is #8EB665. Grayscale: #5D5D5D. Windows color (decimal): -9352806 or 10111345. OLE color: 10111345.

HSL color Cylindrical-coordinate representation of color #71499A: hue angle of 269.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71499A is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 73 154 -
CMYK 0.27 0.53 0 0.40
HSL 269.63º 0.36% 0.45% -
HSV(B) 269.63º 0.53% 0.6% -
XYZ 15.03 10.61 31.83 -
YUV 94.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 113 73 154 0.27 0.53 0 0.40 269.63 0.36 0.45
Hex 71 49 9A 1B 35 0 28 10E 24 2D
Octal 161 111 232 33 65 0 50 416 44 55
Binary 1110001 1001001 10011010 11011 110101 0 101000 100001110 100100 101101

Color Harmonies of #71499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71499A

Black with #71499A

Text Example


Text Example

White with #71499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71499A; }

 p { color: rgb(113,73,154); }

 H1.HeaderClassName
 {
   color: #71499A;
 }
 .AnyTagClassName
 {
   color: #71499A;
 }
</style>

background-color css

<style>
 a { background-color: #71499A; }

 a { background-color: rgb(113,73,154); }

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

border-color css

<style>
 span { border-color: #71499A; }

 span { border-color: rgb(113,73,154); }

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