#673BAC

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

Shades of Royal Purple #673BAC

Tints of Royal Purple #673BAC

Color information

#673BAC (or 0x673BAC) is unknown color: approx Royal Purple. HEX triplet: 67, 3B and AC. RGB value is (103,59,172). Sum of RGB (Red+Green+Blue) = 103+59+172=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #673BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673BAC is #98C453. Grayscale: #545454. Windows color (decimal): -10011732 or 11287399. OLE color: 11287399.

HSL color Cylindrical-coordinate representation of color #673BAC: hue angle of 263.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673BAC is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10359172-
CMYK0.400.6600.33
HSL263.36º48.92%45.29%-
HSV(B)263.36º65.7%67.45%-
XYZ14.68.9940-
YUV85.04177.08140.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.84%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=30.84%
G=17.66%
B=51.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103591720.400.6600.33263.3648.9245.29
Hex673BAC2842021107312d
Octal14773254501020414076155
Binary11001111110111010110010100010000100100001100000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673BAC; }

 p { color: rgb(103,59,172); }

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

<style>
 a { background-color: #673BAC; }

 a { background-color: rgb(103,59,172); }

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

<style>
 span { border-color: #673BAC; }

 span { border-color: rgb(103,59,172); }

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