#6734AB

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

Shades of Royal Purple #6734AB

Tints of Royal Purple #6734AB

Color information

#6734AB (or 0x6734AB) is unknown color: approx Royal Purple. HEX triplet: 67, 34 and AB. RGB value is (103,52,171). Sum of RGB (Red+Green+Blue) = 103+52+171=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #6734AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6734AB is #98CB54. Grayscale: #505050. Windows color (decimal): -10013525 or 11220071. OLE color: 11220071.

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

Color convert

RGB10352171-
CMYK0.400.7000.33
HSL265.71º53.36%43.73%-
HSV(B)265.71º69.59%67.06%-
XYZ14.178.2839.38-
YUV80.82178.9143.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=31.60%
G=15.95%
B=52.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103521710.400.7000.33265.7153.3643.73
Hex6734AB284602110a352c
Octal14764253501060414126554
Binary11001111101001010101110100010001100100001100001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6734AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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