#6243AA

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

Shades of Royal Purple #6243AA

Tints of Royal Purple #6243AA

Color information

#6243AA (or 0x6243AA) is unknown color: approx Royal Purple. HEX triplet: 62, 43 and AA. RGB value is (98,67,170). Sum of RGB (Red+Green+Blue) = 98+67+170=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #6243AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243AA is #9DBC55. Grayscale: #575757. Windows color (decimal): -10337366 or 11158370. OLE color: 11158370.

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

Color convert

RGB9867170-
CMYK0.420.6100.33
HSL258.06º43.46%46.47%-
HSV(B)258.06º60.59%66.67%-
XYZ14.39.5139.11-
YUV88.01174.27135.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=29.25%
G=20%
B=50.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98671700.420.6100.33258.0643.4646.47
Hex6243AA2A3D0211022b2e
Octal14210325252750414025356
Binary11000101000011101010101010101111010100001100000010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6243AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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