#7240B6

Color #7240B6 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7240B6

Tints of Royal Purple #7240B6

Color information

#7240B6 (or 0x7240B6) is unknown color: approx Royal Purple. HEX triplet: 72, 40 and B6. RGB value is (114,64,182). Sum of RGB (Red+Green+Blue) = 114+64+182=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #7240B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240B6 is #8DBF49. Grayscale: #5B5B5B. Windows color (decimal): -9289546 or 11944050. OLE color: 11944050.

HSL color Cylindrical-coordinate representation of color #7240B6: hue angle of 265.42º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7240B6 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11464182-
CMYK0.370.6500.29
HSL265.42º47.97%48.24%-
HSV(B)265.42º64.84%71.37%-
XYZ17.2210.6245.4-
YUV92.4178.56143.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=31.67%
G=17.78%
B=50.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114641820.370.6500.29265.4247.9748.24
Hex7240B6254101D1093030
Octal162100266451010354116060
Binary11100101000000101101101001011000001011101100001001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7240B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7240B6; }

 p { color: rgb(114,64,182); }

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

<style>
 a { background-color: #7240B6; }

 a { background-color: rgb(114,64,182); }

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

<style>
 span { border-color: #7240B6; }

 span { border-color: rgb(114,64,182); }

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