#7238AF

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

Shades of Royal Purple #7238AF

Tints of Royal Purple #7238AF

Color information

#7238AF (or 0x7238AF) is unknown color: approx Royal Purple. HEX triplet: 72, 38 and AF. RGB value is (114,56,175). Sum of RGB (Red+Green+Blue) = 114+56+175=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #7238AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7238AF is #8DC750. Grayscale: #565656. Windows color (decimal): -9291601 or 11483250. OLE color: 11483250.

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

Color convert

RGB11456175-
CMYK0.350.6800.31
HSL269.24º51.52%45.29%-
HSV(B)269.24º68%68.63%-
XYZ16.099.541.54-
YUV86.91177.72147.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=33.04%
G=16.23%
B=50.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114561750.350.6800.31269.2451.5245.29
Hex7238AF234401F10d342d
Octal16270257431040374156455
Binary1110010111000101011111000111000100011111100001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7238AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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