#6243AC

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

Shades of Royal Purple #6243AC

Tints of Royal Purple #6243AC

Color information

#6243AC (or 0x6243AC) is unknown color: approx Royal Purple. HEX triplet: 62, 43 and AC. RGB value is (98,67,172). Sum of RGB (Red+Green+Blue) = 98+67+172=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #6243AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243AC is #9DBC53. Grayscale: #575757. Windows color (decimal): -10337364 or 11289442. OLE color: 11289442.

HSL color Cylindrical-coordinate representation of color #6243AC: hue angle of 257.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6243AC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9867172-
CMYK0.430.6100.33
HSL257.71º43.93%46.86%-
HSV(B)257.71º61.05%67.45%-
XYZ14.499.5940.12-
YUV88.24175.27134.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=29.08%
G=19.88%
B=51.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98671720.430.6100.33257.7143.9346.86
Hex6243AC2B3D0211022c2f
Octal14210325453750414025457
Binary11000101000011101011001010111111010100001100000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6243AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6243AC; }

 p { color: rgb(98,67,172); }

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

<style>
 a { background-color: #6243AC; }

 a { background-color: rgb(98,67,172); }

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

<style>
 span { border-color: #6243AC; }

 span { border-color: rgb(98,67,172); }

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