Html Css Color HEX #71519A Studio

📋 copy color: '#71519A'

red 113 ◦ green 81 ◦ blue 154

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

Shades of Studio #71519A

Tints of Studio #71519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

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

R = 32.47%
G = 23.28%
B = 44.25%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71519A (or 0x71519A) is known color: Studio. HEX triplet: 71, 51 and 9A. RGB value is (113,81,154). Sum of RGB (Red+Green+Blue) = 113+81+154=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #71519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519A is #8EAE65. Grayscale: #626262. Windows color (decimal): -9350758 or 10113393. OLE color: 10113393.

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

Color convert

RGB 113 81 154 -
CMYK 0.27 0.47 0 0.40
HSL 266.3º 0.31% 0.46% -
HSV(B) 266.3º 0.47% 0.6% -
XYZ 15.59 11.73 32.01 -
YUV 98.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 113 81 154 0.27 0.47 0 0.40 266.3 0.31 0.46
Hex 71 51 9A 1B 2F 0 28 10A 1F 2E
Octal 161 121 232 33 57 0 50 412 37 56
Binary 1110001 1010001 10011010 11011 101111 0 101000 100001010 11111 101110

Color Harmonies of #71519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71519A

Black with #71519A

Text Example


Text Example

White with #71519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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