#682499

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

Shades of Royal Purple #682499

Tints of Royal Purple #682499

Color information

#682499 (or 0x682499) is unknown color: approx Royal Purple. HEX triplet: 68, 24 and 99. RGB value is (104,36,153). Sum of RGB (Red+Green+Blue) = 104+36+153=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #682499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682499 is #97DB66. Grayscale: #454545. Windows color (decimal): -9952103 or 10036328. OLE color: 10036328.

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

Color convert

RGB10436153-
CMYK0.320.7600.4
HSL274.87º61.9%37.06%-
HSV(B)274.87º76.47%60%-
XYZ12.096.530.76-
YUV69.67175.03152.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=35.49%
G=12.29%
B=52.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104361530.320.7600.4274.8761.937.06
Hex682499204C0281133e25
Octal15044231401140504237645
Binary11010001001001001100110000010011000101000100010011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682499; }

 p { color: rgb(104,36,153); }

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

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

 a { background-color: rgb(104,36,153); }

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

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

 span { border-color: rgb(104,36,153); }

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