#673F9B

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

Shades of Royal Purple #673F9B

Tints of Royal Purple #673F9B

Color information

#673F9B (or 0x673F9B) is unknown color: approx Royal Purple. HEX triplet: 67, 3F and 9B. RGB value is (103,63,155). Sum of RGB (Red+Green+Blue) = 103+63+155=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #673F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F9B is #98C064. Grayscale: #555555. Windows color (decimal): -10010725 or 10174311. OLE color: 10174311.

HSL color Cylindrical-coordinate representation of color #673F9B: hue angle of 266.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #673F9B is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10363155-
CMYK0.340.5900.39
HSL266.09º42.2%42.75%-
HSV(B)266.09º59.35%60.78%-
XYZ13.298.8132.01-
YUV85.45167.25140.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=32.09%
G=19.63%
B=48.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103631550.340.5900.39266.0942.242.75
Hex673F9B223B02710a2a2b
Octal1477723342730474125253
Binary1100111111111100110111000101110110100111100001010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,63,155); }

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

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

 a { background-color: rgb(103,63,155); }

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

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

 span { border-color: rgb(103,63,155); }

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