#6948A4

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

Shades of Royal Purple #6948A4

Tints of Royal Purple #6948A4

Color information

#6948A4 (or 0x6948A4) is unknown color: approx Royal Purple. HEX triplet: 69, 48 and A4. RGB value is (105,72,164). Sum of RGB (Red+Green+Blue) = 105+72+164=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #6948A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6948A4 is #96B75B. Grayscale: #5C5C5C. Windows color (decimal): -9877340 or 10766441. OLE color: 10766441.

HSL color Cylindrical-coordinate representation of color #6948A4: hue angle of 261.52º 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 #6948A4 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10572164-
CMYK0.360.5600.36
HSL261.52º38.98%46.27%-
HSV(B)261.52º56.1%64.31%-
XYZ14.8410.3236.33-
YUV92.35168.43137.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 164 (64.45% from 255) = 48.09%
R=30.79%
G=21.11%
B=48.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105721640.360.5600.36261.5238.9846.27
Hex6948A42438024106272e
Octal15111024444700444064756
Binary11010011001000101001001001001110000100100100000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6948A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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