Html Css Color HEX #681E9D Royal Purple

📋 copy color: '#681E9D'

red 104 ◦ green 30 ◦ blue 157

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

Shades of Royal Purple #681E9D

Tints of Royal Purple #681E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 35.74%
G = 10.31%
B = 53.95%

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

#681E9D (or 0x681E9D) is known color: Royal Purple. HEX triplet: 68, 1E and 9D. RGB value is (104,30,157). Sum of RGB (Red+Green+Blue) = 104+30+157=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #681E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681E9D is #97E162. Grayscale: #424242. Windows color (decimal): -9953635 or 10296936. OLE color: 10296936.

HSL color Cylindrical-coordinate representation of color #681E9D: hue angle of 274.96º 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 #681E9D is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 30 157 -
CMYK 0.34 0.81 0 0.38
HSL 274.96º 0.68% 0.37% -
HSV(B) 274.96º 0.81% 0.62% -
XYZ 12.26 6.31 32.47 -
YUV 66.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 104 30 157 0.34 0.81 0 0.38 274.96 0.68 0.37
Hex 68 1E 9D 22 51 0 26 113 44 25
Octal 150 36 235 42 121 0 46 423 104 45
Binary 1101000 11110 10011101 100010 1010001 0 100110 100010011 1000100 100101

Color Harmonies of #681E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E9D

Black with #681E9D

Text Example


Text Example

White with #681E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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