#6242A4

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

Shades of Royal Purple #6242A4

Tints of Royal Purple #6242A4

Color information

#6242A4 (or 0x6242A4) is unknown color: approx Royal Purple. HEX triplet: 62, 42 and A4. RGB value is (98,66,164). Sum of RGB (Red+Green+Blue) = 98+66+164=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #6242A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6242A4 is #9DBD5B. Grayscale: #565656. Windows color (decimal): -10337628 or 10764898. OLE color: 10764898.

HSL color Cylindrical-coordinate representation of color #6242A4: hue angle of 259.59º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6242A4 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9866164-
CMYK0.400.6000.36
HSL259.59º42.61%45.1%-
HSV(B)259.59º59.76%64.31%-
XYZ13.699.1736.17-
YUV86.74171.6136.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 164 (64.45% from 255) = 50%
R=29.88%
G=20.12%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98661640.400.6000.36259.5942.6145.1
Hex6242A4283C0241042b2d
Octal14210224450740444045355
Binary11000101000010101001001010001111000100100100000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6242A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6242A4; }

 p { color: rgb(98,66,164); }

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

<style>
 a { background-color: #6242A4; }

 a { background-color: rgb(98,66,164); }

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

<style>
 span { border-color: #6242A4; }

 span { border-color: rgb(98,66,164); }

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