#6242AD

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

Shades of Royal Purple #6242AD

Tints of Royal Purple #6242AD

Color information

#6242AD (or 0x6242AD) is unknown color: approx Royal Purple. HEX triplet: 62, 42 and AD. RGB value is (98,66,173). Sum of RGB (Red+Green+Blue) = 98+66+173=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #6242AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6242AD is #9DBD52. Grayscale: #575757. Windows color (decimal): -10337619 or 11354722. OLE color: 11354722.

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

Color convert

RGB9866173-
CMYK0.430.6200.32
HSL257.94º44.77%46.86%-
HSV(B)257.94º61.85%67.84%-
XYZ14.539.5140.61-
YUV87.77176.1135.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=29.08%
G=19.58%
B=51.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98661730.430.6200.32257.9444.7746.86
Hex6242AD2B3E0201022d2f
Octal14210225553760404025557
Binary11000101000010101011011010111111100100000100000010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6242AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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