Html Css Color HEX #681A9D Royal Purple

📋 copy color: '#681A9D'

red 104 ◦ green 26 ◦ blue 157

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

Shades of Royal Purple #681A9D

Tints of Royal Purple #681A9D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

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

R = 36.24%
G = 9.06%
B = 54.7%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#681A9D (or 0x681A9D) is known color: Royal Purple. HEX triplet: 68, 1A and 9D. RGB value is (104,26,157). Sum of RGB (Red+Green+Blue) = 104+26+157=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #681A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A9D is #97E562. Grayscale: #3F3F3F. Windows color (decimal): -9954659 or 10295912. OLE color: 10295912.

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

Color convert

RGB 104 26 157 -
CMYK 0.34 0.83 0 0.38
HSL 275.73º 0.72% 0.36% -
HSV(B) 275.73º 0.83% 0.62% -
XYZ 12.16 6.12 32.44 -
YUV 64.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 104 26 157 0.34 0.83 0 0.38 275.73 0.72 0.36
Hex 68 1A 9D 22 53 0 26 114 48 24
Octal 150 32 235 42 123 0 46 424 110 44
Binary 1101000 11010 10011101 100010 1010011 0 100110 100010100 1001000 100100

Color Harmonies of #681A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A9D

Black with #681A9D

Text Example


Text Example

White with #681A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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