#683295

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

Shades of Royal Purple #683295

Tints of Royal Purple #683295

Color information

#683295 (or 0x683295) is unknown color: approx Royal Purple. HEX triplet: 68, 32 and 95. RGB value is (104,50,149). Sum of RGB (Red+Green+Blue) = 104+50+149=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #683295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683295 is #97CD6A. Grayscale: #4D4D4D. Windows color (decimal): -9948523 or 9777768. OLE color: 9777768.

HSL color Cylindrical-coordinate representation of color #683295: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683295 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10450149-
CMYK0.300.6600.42
HSL272.73º49.75%39.02%-
HSV(B)272.73º66.44%58.43%-
XYZ12.277.3929.21-
YUV77.43168.39146.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=34.32%
G=16.50%
B=49.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104501490.300.6600.42272.7349.7539.02
Hex6832951E4202A1113227
Octal15062225361020524216247
Binary1101000110010100101011111010000100101010100010001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683295; }

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

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

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

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

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

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

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

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