#6240AD

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

Shades of Royal Purple #6240AD

Tints of Royal Purple #6240AD

Color information

#6240AD (or 0x6240AD) is unknown color: approx Royal Purple. HEX triplet: 62, 40 and AD. RGB value is (98,64,173). Sum of RGB (Red+Green+Blue) = 98+64+173=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6240AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6240AD is #9DBF52. Grayscale: #565656. Windows color (decimal): -10338131 or 11354210. OLE color: 11354210.

HSL color Cylindrical-coordinate representation of color #6240AD: hue angle of 258.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6240AD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9864173-
CMYK0.430.6300.32
HSL258.72º45.99%46.47%-
HSV(B)258.72º63.01%67.84%-
XYZ14.419.2840.57-
YUV86.59176.76136.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=29.25%
G=19.10%
B=51.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98641730.430.6300.32258.7245.9946.47
Hex6240AD2B3F0201032e2e
Octal14210025553770404035656
Binary11000101000000101011011010111111110100000100000011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6240AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6240AD; }

 p { color: rgb(98,64,173); }

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

<style>
 a { background-color: #6240AD; }

 a { background-color: rgb(98,64,173); }

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

<style>
 span { border-color: #6240AD; }

 span { border-color: rgb(98,64,173); }

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