#682D9C

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

Shades of Royal Purple #682D9C

Tints of Royal Purple #682D9C

Color information

#682D9C (or 0x682D9C) is unknown color: approx Royal Purple. HEX triplet: 68, 2D and 9C. RGB value is (104,45,156). Sum of RGB (Red+Green+Blue) = 104+45+156=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #682D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D9C is #97D263. Grayscale: #4A4A4A. Windows color (decimal): -9949796 or 10235240. OLE color: 10235240.

HSL color Cylindrical-coordinate representation of color #682D9C: hue angle of 271.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682D9C is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10445156-
CMYK0.330.7100.39
HSL271.89º55.22%39.41%-
HSV(B)271.89º71.15%61.18%-
XYZ12.657.2232.18-
YUV75.29173.55148.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=34.10%
G=14.75%
B=51.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104451560.330.7100.39271.8955.2239.41
Hex682D9C21470271103727
Octal15055234411070474206747
Binary11010001011011001110010000110001110100111100010000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D9C; }

 p { color: rgb(104,45,156); }

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

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

 a { background-color: rgb(104,45,156); }

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

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

 span { border-color: rgb(104,45,156); }

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