#682695

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

Shades of Royal Purple #682695

Tints of Royal Purple #682695

Color information

#682695 (or 0x682695) is unknown color: approx Royal Purple. HEX triplet: 68, 26 and 95. RGB value is (104,38,149). Sum of RGB (Red+Green+Blue) = 104+38+149=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #682695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682695 is #97D96A. Grayscale: #464646. Windows color (decimal): -9951595 or 9774696. OLE color: 9774696.

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

Color convert

RGB10438149-
CMYK0.300.7400.42
HSL275.68º59.36%36.67%-
HSV(B)275.68º74.5%58.43%-
XYZ11.836.529.06-
YUV70.39172.37151.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=35.74%
G=13.06%
B=51.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104381490.300.7400.42275.6859.3636.67
Hex6826951E4A02A1143b25
Octal15046225361120524247345
Binary1101000100110100101011111010010100101010100010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682695; }

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

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

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

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

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

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

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

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