#6748AE

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

Shades of Royal Purple #6748AE

Tints of Royal Purple #6748AE

Color information

#6748AE (or 0x6748AE) is unknown color: approx Royal Purple. HEX triplet: 67, 48 and AE. RGB value is (103,72,174). Sum of RGB (Red+Green+Blue) = 103+72+174=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #6748AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6748AE is #98B751. Grayscale: #5C5C5C. Windows color (decimal): -10008402 or 11421799. OLE color: 11421799.

HSL color Cylindrical-coordinate representation of color #6748AE: hue angle of 258.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6748AE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10372174-
CMYK0.410.5900.32
HSL258.24º41.46%48.24%-
HSV(B)258.24º58.62%68.24%-
XYZ15.5510.5741.27-
YUV92.9173.77135.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=29.51%
G=20.63%
B=49.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103721740.410.5900.32258.2441.4648.24
Hex6748AE293B0201022930
Octal14711025651730404025160
Binary11001111001000101011101010011110110100000100000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6748AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6748AE; }

 p { color: rgb(103,72,174); }

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

<style>
 a { background-color: #6748AE; }

 a { background-color: rgb(103,72,174); }

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

<style>
 span { border-color: #6748AE; }

 span { border-color: rgb(103,72,174); }

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