#6740AB

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

Shades of Royal Purple #6740AB

Tints of Royal Purple #6740AB

Color information

#6740AB (or 0x6740AB) is unknown color: approx Royal Purple. HEX triplet: 67, 40 and AB. RGB value is (103,64,171). Sum of RGB (Red+Green+Blue) = 103+64+171=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6740AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6740AB is #98BF54. Grayscale: #575757. Windows color (decimal): -10010453 or 11223143. OLE color: 11223143.

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

Color convert

RGB10364171-
CMYK0.400.6300.33
HSL261.87º45.53%46.08%-
HSV(B)261.87º62.57%67.06%-
XYZ14.789.4939.58-
YUV87.86174.92138.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=30.47%
G=18.93%
B=50.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103641710.400.6300.33261.8745.5346.08
Hex6740AB283F0211062e2e
Octal14710025350770414065656
Binary11001111000000101010111010001111110100001100000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6740AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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