Html Css Color HEX #681E9E Royal Purple

📋 copy color: '#681E9E'

red 104 ◦ green 30 ◦ blue 158

#681E9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #681E9E

Tints of Royal Purple #681E9E

RGB

 RED value IS 104 (41.02% from 255) = 35.62%

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 35.62%
G = 10.27%
B = 54.11%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#681E9E (or 0x681E9E) is known color: Royal Purple. HEX triplet: 68, 1E and 9E. RGB value is (104,30,158). Sum of RGB (Red+Green+Blue) = 104+30+158=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #681E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681E9E is #97E161. Grayscale: #424242. Windows color (decimal): -9953634 or 10362472. OLE color: 10362472.

HSL color Cylindrical-coordinate representation of color #681E9E: hue angle of 274.69º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681E9E is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 30 158 -
CMYK 0.34 0.81 0 0.38
HSL 274.69º 0.68% 0.37% -
HSV(B) 274.69º 0.81% 0.62% -
XYZ 12.34 6.34 32.92 -
YUV 66.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 104 30 158 0.34 0.81 0 0.38 274.69 0.68 0.37
Hex 68 1E 9E 22 51 0 26 113 44 25
Octal 150 36 236 42 121 0 46 423 104 45
Binary 1101000 11110 10011110 100010 1010001 0 100110 100010011 1000100 100101

Color Harmonies of #681E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E9E

Black with #681E9E

Text Example


Text Example

White with #681E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E9E; }

 p { color: rgb(104,30,158); }

 H1.HeaderClassName
 {
   color: #681E9E;
 }
 .AnyTagClassName
 {
   color: #681E9E;
 }
</style>

background-color css

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

 a { background-color: rgb(104,30,158); }

 div.DivClassName
 {
   background-color: #681E9E;
 }
 .BgClassName
 {
   background-color: #681E9E;
 }
</style>

border-color css

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

 span { border-color: rgb(104,30,158); }

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