Html Css Color HEX #681F9D Royal Purple

📋 copy color: '#681F9D'

red 104 ◦ green 31 ◦ blue 157

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

Shades of Royal Purple #681F9D

Tints of Royal Purple #681F9D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

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

R = 35.62%
G = 10.62%
B = 53.77%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#681F9D (or 0x681F9D) is known color: Royal Purple. HEX triplet: 68, 1F and 9D. RGB value is (104,31,157). Sum of RGB (Red+Green+Blue) = 104+31+157=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #681F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681F9D is #97E062. Grayscale: #424242. Windows color (decimal): -9953379 or 10297192. OLE color: 10297192.

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

Color convert

RGB 104 31 157 -
CMYK 0.34 0.80 0 0.38
HSL 274.76º 0.67% 0.37% -
HSV(B) 274.76º 0.8% 0.62% -
XYZ 12.28 6.36 32.48 -
YUV 67.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 104 31 157 0.34 0.80 0 0.38 274.76 0.67 0.37
Hex 68 1F 9D 22 50 0 26 113 43 25
Octal 150 37 235 42 120 0 46 423 103 45
Binary 1101000 11111 10011101 100010 1010000 0 100110 100010011 1000011 100101

Color Harmonies of #681F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F9D

Black with #681F9D

Text Example


Text Example

White with #681F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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