#6730AB

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

Shades of Royal Purple #6730AB

Tints of Royal Purple #6730AB

Color information

#6730AB (or 0x6730AB) is unknown color: approx Royal Purple. HEX triplet: 67, 30 and AB. RGB value is (103,48,171). Sum of RGB (Red+Green+Blue) = 103+48+171=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #6730AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6730AB is #98CF54. Grayscale: #4E4E4E. Windows color (decimal): -10014549 or 11219047. OLE color: 11219047.

HSL color Cylindrical-coordinate representation of color #6730AB: hue angle of 266.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6730AB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10348171-
CMYK0.400.7200.33
HSL266.83º56.16%42.94%-
HSV(B)266.83º71.93%67.06%-
XYZ147.9439.32-
YUV78.47180.22145.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=31.99%
G=14.91%
B=53.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103481710.400.7200.33266.8356.1642.94
Hex6730AB284802110b382b
Octal14760253501100414137053
Binary11001111100001010101110100010010000100001100001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6730AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6730AB; }

 p { color: rgb(103,48,171); }

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

<style>
 a { background-color: #6730AB; }

 a { background-color: rgb(103,48,171); }

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

<style>
 span { border-color: #6730AB; }

 span { border-color: rgb(103,48,171); }

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