#673998

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

Shades of Royal Purple #673998

Tints of Royal Purple #673998

Color information

#673998 (or 0x673998) is unknown color: approx Royal Purple. HEX triplet: 67, 39 and 98. RGB value is (103,57,152). Sum of RGB (Red+Green+Blue) = 103+57+152=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #673998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673998 is #98C667. Grayscale: #515151. Windows color (decimal): -10012264 or 9976167. OLE color: 9976167.

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

Color convert

RGB10357152-
CMYK0.320.6200.40
HSL269.05º45.45%40.98%-
HSV(B)269.05º62.5%59.61%-
XYZ12.728.0830.59-
YUV81.58167.74143.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=33.01%
G=18.27%
B=48.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103571520.320.6200.40269.0545.4540.98
Hex673998203E02810d2d29
Octal1477123040760504155551
Binary1100111111001100110001000001111100101000100001101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673998; }

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

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

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

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

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

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

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

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