#7247B1

Color #7247B1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7247B1

Tints of Studio #7247B1

Color information

#7247B1 (or 0x7247B1) is unknown color: approx Studio. HEX triplet: 72, 47 and B1. RGB value is (114,71,177). Sum of RGB (Red+Green+Blue) = 114+71+177=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #7247B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7247B1 is #8DB84E. Grayscale: #5F5F5F. Windows color (decimal): -9287759 or 11618162. OLE color: 11618162.

HSL color Cylindrical-coordinate representation of color #7247B1: hue angle of 264.34º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7247B1 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11471177-
CMYK0.360.6000.31
HSL264.34º42.74%48.63%-
HSV(B)264.34º59.89%69.41%-
XYZ17.1311.2642.87-
YUV95.94173.75140.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=31.49%
G=19.61%
B=48.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114711770.360.6000.31264.3442.7448.63
Hex7247B1243C01F1082b31
Octal16210726144740374105361
Binary1110010100011110110001100100111100011111100001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7247B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7247B1; }

 p { color: rgb(114,71,177); }

 H1.HeaderClassName
 {
   color: #7247B1;
 }
 .AnyTagClassName
 {
   color: #7247B1;
 }
</style>
background-color css

<style>
 a { background-color: #7247B1; }

 a { background-color: rgb(114,71,177); }

 div.DivClassName
 {
   background-color: #7247B1;
 }
 .BgClassName
 {
   background-color: #7247B1;
 }
</style>
border-color css

<style>
 span { border-color: #7247B1; }

 span { border-color: rgb(114,71,177); }

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