Html Css Color HEX #7151A2 Studio

📋 copy color: '#7151A2'

red 113 ◦ green 81 ◦ blue 162

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

Shades of Studio #7151A2

Tints of Studio #7151A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 31.74%
G = 22.75%
B = 45.51%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7151A2 (or 0x7151A2) is known color: Studio. HEX triplet: 71, 51 and A2. RGB value is (113,81,162). Sum of RGB (Red+Green+Blue) = 113+81+162=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #7151A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7151A2 is #8EAE5D. Grayscale: #636363. Windows color (decimal): -9350750 or 10637681. OLE color: 10637681.

HSL color Cylindrical-coordinate representation of color #7151A2: hue angle of 263.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7151A2 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 81 162 -
CMYK 0.30 0.50 0 0.36
HSL 263.7º 0.33% 0.48% -
HSV(B) 263.7º 0.5% 0.64% -
XYZ 16.27 12 35.64 -
YUV 99.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 113 81 162 0.30 0.50 0 0.36 263.7 0.33 0.48
Hex 71 51 A2 1E 32 0 24 108 21 30
Octal 161 121 242 36 62 0 44 410 41 60
Binary 1110001 1010001 10100010 11110 110010 0 100100 100001000 100001 110000

Color Harmonies of #7151A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151A2

Black with #7151A2

Text Example


Text Example

White with #7151A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7151A2; }

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

 H1.HeaderClassName
 {
   color: #7151A2;
 }
 .AnyTagClassName
 {
   color: #7151A2;
 }
</style>

background-color css

<style>
 a { background-color: #7151A2; }

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

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

border-color css

<style>
 span { border-color: #7151A2; }

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

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