#6843A4

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

Shades of Royal Purple #6843A4

Tints of Royal Purple #6843A4

Color information

#6843A4 (or 0x6843A4) is unknown color: approx Royal Purple. HEX triplet: 68, 43 and A4. RGB value is (104,67,164). Sum of RGB (Red+Green+Blue) = 104+67+164=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #6843A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6843A4 is #97BC5B. Grayscale: #585858. Windows color (decimal): -9944156 or 10765160. OLE color: 10765160.

HSL color Cylindrical-coordinate representation of color #6843A4: hue angle of 262.89º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6843A4 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10467164-
CMYK0.370.5900.36
HSL262.89º41.99%45.29%-
HSV(B)262.89º59.15%64.31%-
XYZ14.429.6436.22-
YUV89.12170.26138.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=31.04%
G=20%
B=48.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104671640.370.5900.36262.8941.9945.29
Hex6843A4253B0241072a2d
Octal15010324445730444075255
Binary11010001000011101001001001011110110100100100000111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6843A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,67,164); }

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

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

 a { background-color: rgb(104,67,164); }

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

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

 span { border-color: rgb(104,67,164); }

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