#6730AA

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

Shades of Royal Purple #6730AA

Tints of Royal Purple #6730AA

Color information

#6730AA (or 0x6730AA) is unknown color: approx Royal Purple. HEX triplet: 67, 30 and AA. RGB value is (103,48,170). Sum of RGB (Red+Green+Blue) = 103+48+170=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6730AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6730AA is #98CF55. Grayscale: #4D4D4D. Windows color (decimal): -10014550 or 11153511. OLE color: 11153511.

HSL color Cylindrical-coordinate representation of color #6730AA: hue angle of 267.05º 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 #6730AA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10348170-
CMYK0.390.7200.33
HSL267.05º55.96%42.75%-
HSV(B)267.05º71.76%66.67%-
XYZ13.917.938.82-
YUV78.35179.72145.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=32.09%
G=14.95%
B=52.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103481700.390.7200.33267.0555.9642.75
Hex6730AA274802110b382b
Octal14760252471100414137053
Binary11001111100001010101010011110010000100001100001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6730AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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