#673996

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

Shades of Royal Purple #673996

Tints of Royal Purple #673996

Color information

#673996 (or 0x673996) is unknown color: approx Royal Purple. HEX triplet: 67, 39 and 96. RGB value is (103,57,150). Sum of RGB (Red+Green+Blue) = 103+57+150=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #673996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673996 is #98C669. Grayscale: #515151. Windows color (decimal): -10012266 or 9845095. OLE color: 9845095.

HSL color Cylindrical-coordinate representation of color #673996: hue angle of 269.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #673996 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10357150-
CMYK0.310.6200.41
HSL269.68º44.93%40.59%-
HSV(B)269.68º62%58.82%-
XYZ12.568.0129.74-
YUV81.36166.74143.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=33.23%
G=18.39%
B=48.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103571500.310.6200.41269.6844.9340.59
Hex6739961F3E02910e2d29
Octal1477122637760514165551
Binary110011111100110010110111111111100101001100001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673996; }

 p { color: rgb(103,57,150); }

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

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

 a { background-color: rgb(103,57,150); }

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

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

 span { border-color: rgb(103,57,150); }

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