#673995

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

Shades of Royal Purple #673995

Tints of Royal Purple #673995

Color information

#673995 (or 0x673995) is unknown color: approx Royal Purple. HEX triplet: 67, 39 and 95. RGB value is (103,57,149). Sum of RGB (Red+Green+Blue) = 103+57+149=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #673995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673995 is #98C66A. Grayscale: #505050. Windows color (decimal): -10012267 or 9779559. OLE color: 9779559.

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

Color convert

RGB10357149-
CMYK0.310.6200.42
HSL270º44.66%40.39%-
HSV(B)270º61.74%58.43%-
XYZ12.487.9829.32-
YUV81.24166.24143.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=33.33%
G=18.45%
B=48.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103571490.310.6200.4227044.6640.39
Hex6739951F3E02A10e2d28
Octal1477122537760524165550
Binary110011111100110010101111111111100101010100001110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673995; }

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

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

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

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

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

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

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

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