#6848A4

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

Shades of Royal Purple #6848A4

Tints of Royal Purple #6848A4

Color information

#6848A4 (or 0x6848A4) is unknown color: approx Royal Purple. HEX triplet: 68, 48 and A4. RGB value is (104,72,164). Sum of RGB (Red+Green+Blue) = 104+72+164=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #6848A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6848A4 is #97B75B. Grayscale: #5B5B5B. Windows color (decimal): -9942876 or 10766440. OLE color: 10766440.

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

Color convert

RGB10472164-
CMYK0.370.5600.36
HSL260.87º38.98%46.27%-
HSV(B)260.87º56.1%64.31%-
XYZ14.7310.2636.33-
YUV92.06168.6136.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=30.59%
G=21.18%
B=48.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104721640.370.5600.36260.8738.9846.27
Hex6848A42538024105272e
Octal15011024445700444054756
Binary11010001001000101001001001011110000100100100000101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6848A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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