#682095

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

Shades of Royal Purple #682095

Tints of Royal Purple #682095

Color information

#682095 (or 0x682095) is unknown color: approx Royal Purple. HEX triplet: 68, 20 and 95. RGB value is (104,32,149). Sum of RGB (Red+Green+Blue) = 104+32+149=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #682095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682095 is #97DF6A. Grayscale: #424242. Windows color (decimal): -9953131 or 9773160. OLE color: 9773160.

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

Color convert

RGB10432149-
CMYK0.300.7900.42
HSL276.92º64.64%35.49%-
HSV(B)276.92º78.52%58.43%-
XYZ11.656.1529.01-
YUV66.87174.35154.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 32 (12.89% from 255) = 11.23%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=36.49%
G=11.23%
B=52.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104321490.300.7900.42276.9264.6435.49
Hex6820951E4F02A1154123
Octal150402253611705242510143
Binary11010001000001001010111110100111101010101000101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682095; }

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

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

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

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

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

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

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

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