#7238B1

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

Shades of Royal Purple #7238B1

Tints of Royal Purple #7238B1

Color information

#7238B1 (or 0x7238B1) is unknown color: approx Royal Purple. HEX triplet: 72, 38 and B1. RGB value is (114,56,177). Sum of RGB (Red+Green+Blue) = 114+56+177=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #7238B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7238B1 is #8DC74E. Grayscale: #565656. Windows color (decimal): -9291599 or 11614322. OLE color: 11614322.

HSL color Cylindrical-coordinate representation of color #7238B1: hue angle of 268.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7238B1 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11456177-
CMYK0.360.6800.31
HSL268.76º51.93%45.69%-
HSV(B)268.76º68.36%69.41%-
XYZ16.299.5842.59-
YUV87.14178.72147.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=32.85%
G=16.14%
B=51.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114561770.360.6800.31268.7651.9345.69
Hex7238B1244401F10d342e
Octal16270261441040374156456
Binary1110010111000101100011001001000100011111100001101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7238B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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