#6828A4

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

Shades of Royal Purple #6828A4

Tints of Royal Purple #6828A4

Color information

#6828A4 (or 0x6828A4) is unknown color: approx Royal Purple. HEX triplet: 68, 28 and A4. RGB value is (104,40,164). Sum of RGB (Red+Green+Blue) = 104+40+164=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #6828A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6828A4 is #97D75B. Grayscale: #484848. Windows color (decimal): -9951068 or 10758248. OLE color: 10758248.

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

Color convert

RGB10440164-
CMYK0.370.7600.36
HSL270.97º60.78%40%-
HSV(B)270.97º75.61%64.31%-
XYZ13.177.1435.81-
YUV73.27179.2149.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=33.77%
G=12.99%
B=53.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104401640.370.7600.36270.9760.7840
Hex6828A4254C02410f3d28
Octal15050244451140444177550
Binary11010001010001010010010010110011000100100100001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6828A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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