#683298

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

Shades of Royal Purple #683298

Tints of Royal Purple #683298

Color information

#683298 (or 0x683298) is unknown color: approx Royal Purple. HEX triplet: 68, 32 and 98. RGB value is (104,50,152). Sum of RGB (Red+Green+Blue) = 104+50+152=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #683298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683298 is #97CD67. Grayscale: #4D4D4D. Windows color (decimal): -9948520 or 9974376. OLE color: 9974376.

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

Color convert

RGB10450152-
CMYK0.320.6700.40
HSL271.76º50.5%39.61%-
HSV(B)271.76º67.11%59.61%-
XYZ12.527.4930.49-
YUV77.77169.89146.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=33.99%
G=16.34%
B=49.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104501520.320.6700.40271.7650.539.61
Hex68329820430281103228
Octal15062230401030504206250
Binary11010001100101001100010000010000110101000100010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683298; }

 p { color: rgb(104,50,152); }

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

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

 a { background-color: rgb(104,50,152); }

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

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

 span { border-color: rgb(104,50,152); }

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