Html Css Color HEX #681B99 Royal Purple

📋 copy color: '#681B99'

red 104 ◦ green 27 ◦ blue 153

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

Shades of Royal Purple #681B99

Tints of Royal Purple #681B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 36.62%
G = 9.51%
B = 53.87%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#681B99 (or 0x681B99) is known color: Royal Purple. HEX triplet: 68, 1B and 99. RGB value is (104,27,153). Sum of RGB (Red+Green+Blue) = 104+27+153=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #681B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681B99 is #97E466. Grayscale: #3F3F3F. Windows color (decimal): -9954407 or 10034024. OLE color: 10034024.

HSL color Cylindrical-coordinate representation of color #681B99: hue angle of 276.67º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681B99 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 27 153 -
CMYK 0.32 0.82 0 0.4
HSL 276.67º 0.7% 0.35% -
HSV(B) 276.67º 0.82% 0.6% -
XYZ 11.85 6.03 30.68 -
YUV 64.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 104 27 153 0.32 0.82 0 0.4 276.67 0.7 0.35
Hex 68 1B 99 20 52 0 28 115 46 23
Octal 150 33 231 40 122 0 50 425 106 43
Binary 1101000 11011 10011001 100000 1010010 0 101000 100010101 1000110 100011

Color Harmonies of #681B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B99

Black with #681B99

Text Example


Text Example

White with #681B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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