Html Css Color HEX #681281 Purple

📋 copy color: '#681281'

red 104 ◦ green 18 ◦ blue 129

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

Shades of Purple #681281

Tints of Purple #681281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 41.43%
G = 7.17%
B = 51.39%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#681281 (or 0x681281) is known color: Purple. HEX triplet: 68, 12 and 81. RGB value is (104,18,129). Sum of RGB (Red+Green+Blue) = 104+18+129=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #681281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681281 is #97ED7E. Grayscale: #383838. Windows color (decimal): -9956735 or 8458856. OLE color: 8458856.

HSL color Cylindrical-coordinate representation of color #681281: hue angle of 286.49º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681281 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 18 129 -
CMYK 0.19 0.86 0 0.49
HSL 286.49º 0.76% 0.29% -
HSV(B) 286.49º 0.86% 0.51% -
XYZ 9.89 4.96 21.21 -
YUV 56.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 104 18 129 0.19 0.86 0 0.49 286.49 0.76 0.29
Hex 68 12 81 13 56 0 31 11E 4C 1D
Octal 150 22 201 23 126 0 61 436 114 35
Binary 1101000 10010 10000001 10011 1010110 0 110001 100011110 1001100 11101

Color Harmonies of #681281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681281

Black with #681281

Text Example


Text Example

White with #681281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681281; }

 p { color: rgb(104,18,129); }

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

background-color css

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

 a { background-color: rgb(104,18,129); }

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

border-color css

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

 span { border-color: rgb(104,18,129); }

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