#673BAF

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

Shades of Royal Purple #673BAF

Tints of Royal Purple #673BAF

Color information

#673BAF (or 0x673BAF) is unknown color: approx Royal Purple. HEX triplet: 67, 3B and AF. RGB value is (103,59,175). Sum of RGB (Red+Green+Blue) = 103+59+175=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #673BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673BAF is #98C450. Grayscale: #545454. Windows color (decimal): -10011729 or 11484007. OLE color: 11484007.

HSL color Cylindrical-coordinate representation of color #673BAF: hue angle of 262.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673BAF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10359175-
CMYK0.410.6600.31
HSL262.76º49.57%45.88%-
HSV(B)262.76º66.29%68.63%-
XYZ14.99.1141.53-
YUV85.38178.58140.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=30.56%
G=17.51%
B=51.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103591750.410.6600.31262.7649.5745.88
Hex673BAF294201F107322e
Octal14773257511020374076256
Binary1100111111011101011111010011000010011111100000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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