Html Css Color HEX #71489A Studio

📋 copy color: '#71489A'

red 113 ◦ green 72 ◦ blue 154

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

Shades of Studio #71489A

Tints of Studio #71489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 33.33%
G = 21.24%
B = 45.43%

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

#71489A (or 0x71489A) is known color: Studio. HEX triplet: 71, 48 and 9A. RGB value is (113,72,154). Sum of RGB (Red+Green+Blue) = 113+72+154=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #71489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489A is #8EB765. Grayscale: #5D5D5D. Windows color (decimal): -9353062 or 10111089. OLE color: 10111089.

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

Color convert

RGB 113 72 154 -
CMYK 0.27 0.53 0 0.40
HSL 270º 0.36% 0.44% -
HSV(B) 270º 0.53% 0.6% -
XYZ 14.96 10.48 31.81 -
YUV 93.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 113 72 154 0.27 0.53 0 0.40 270 0.36 0.44
Hex 71 48 9A 1B 35 0 28 10E 24 2C
Octal 161 110 232 33 65 0 50 416 44 54
Binary 1110001 1001000 10011010 11011 110101 0 101000 100001110 100100 101100

Color Harmonies of #71489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71489A

Black with #71489A

Text Example


Text Example

White with #71489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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