Html Css Color HEX #7152A1 Studio

📋 copy color: '#7152A1'

red 113 ◦ green 82 ◦ blue 161

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

Shades of Studio #7152A1

Tints of Studio #7152A1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 31.74%
G = 23.03%
B = 45.22%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7152A1 (or 0x7152A1) is known color: Studio. HEX triplet: 71, 52 and A1. RGB value is (113,82,161). Sum of RGB (Red+Green+Blue) = 113+82+161=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #7152A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7152A1 is #8EAD5E. Grayscale: #636363. Windows color (decimal): -9350495 or 10572401. OLE color: 10572401.

HSL color Cylindrical-coordinate representation of color #7152A1: hue angle of 263.54º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7152A1 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 82 161 -
CMYK 0.30 0.49 0 0.37
HSL 263.54º 0.33% 0.48% -
HSV(B) 263.54º 0.49% 0.63% -
XYZ 16.26 12.12 35.2 -
YUV 100.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 113 82 161 0.30 0.49 0 0.37 263.54 0.33 0.48
Hex 71 52 A1 1E 31 0 25 108 21 30
Octal 161 122 241 36 61 0 45 410 41 60
Binary 1110001 1010010 10100001 11110 110001 0 100101 100001000 100001 110000

Color Harmonies of #7152A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152A1

Black with #7152A1

Text Example


Text Example

White with #7152A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7152A1; }

 p { color: rgb(113,82,161); }

 H1.HeaderClassName
 {
   color: #7152A1;
 }
 .AnyTagClassName
 {
   color: #7152A1;
 }
</style>

background-color css

<style>
 a { background-color: #7152A1; }

 a { background-color: rgb(113,82,161); }

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

border-color css

<style>
 span { border-color: #7152A1; }

 span { border-color: rgb(113,82,161); }

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