#6743A0

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

Shades of Royal Purple #6743A0

Tints of Royal Purple #6743A0

Color information

#6743A0 (or 0x6743A0) is unknown color: approx Royal Purple. HEX triplet: 67, 43 and A0. RGB value is (103,67,160). Sum of RGB (Red+Green+Blue) = 103+67+160=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #6743A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6743A0 is #98BC5F. Grayscale: #585858. Windows color (decimal): -10009696 or 10503015. OLE color: 10503015.

HSL color Cylindrical-coordinate representation of color #6743A0: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6743A0 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10367160-
CMYK0.360.5800.37
HSL263.23º40.97%44.51%-
HSV(B)263.23º58.13%62.75%-
XYZ13.959.4434.34-
YUV88.37168.43138.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=31.21%
G=20.30%
B=48.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal103671600.360.5800.37263.2340.9744.51
Hex6743A0243A025107292d
Octal14710324044720454075155
Binary11001111000011101000001001001110100100101100000111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6743A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6743A0; }

 p { color: rgb(103,67,160); }

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

<style>
 a { background-color: #6743A0; }

 a { background-color: rgb(103,67,160); }

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

<style>
 span { border-color: #6743A0; }

 span { border-color: rgb(103,67,160); }

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