#6735AB

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

Shades of Royal Purple #6735AB

Tints of Royal Purple #6735AB

Color information

#6735AB (or 0x6735AB) is unknown color: approx Royal Purple. HEX triplet: 67, 35 and AB. RGB value is (103,53,171). Sum of RGB (Red+Green+Blue) = 103+53+171=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #6735AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6735AB is #98CA54. Grayscale: #505050. Windows color (decimal): -10013269 or 11220327. OLE color: 11220327.

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

Color convert

RGB10353171-
CMYK0.400.6900.33
HSL265.42º52.68%43.92%-
HSV(B)265.42º69.01%67.06%-
XYZ14.228.3739.39-
YUV81.4178.56143.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=31.50%
G=16.21%
B=52.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103531710.400.6900.33265.4252.6843.92
Hex6735AB2845021109352c
Octal14765253501050414116554
Binary11001111101011010101110100010001010100001100001001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6735AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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