Html Css Color HEX #681382 Purple

📋 copy color: '#681382'

red 104 ◦ green 19 ◦ blue 130

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

Shades of Purple #681382

Tints of Purple #681382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 41.11%
G = 7.51%
B = 51.38%

CMYK

 C value IS 0.2

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#681382 (or 0x681382) is known color: Purple. HEX triplet: 68, 13 and 82. RGB value is (104,19,130). Sum of RGB (Red+Green+Blue) = 104+19+130=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #681382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681382 is #97EC7D. Grayscale: #383838. Windows color (decimal): -9956478 or 8524648. OLE color: 8524648.

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

Color convert

RGB 104 19 130 -
CMYK 0.2 0.85 0 0.49
HSL 285.95º 0.74% 0.29% -
HSV(B) 285.95º 0.85% 0.51% -
XYZ 9.97 5.02 21.56 -
YUV 57.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 104 19 130 0.2 0.85 0 0.49 285.95 0.74 0.29
Hex 68 13 82 14 55 0 31 11E 4A 1D
Octal 150 23 202 24 125 0 61 436 112 35
Binary 1101000 10011 10000010 10100 1010101 0 110001 100011110 1001010 11101

Color Harmonies of #681382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681382

Black with #681382

Text Example


Text Example

White with #681382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681382; }

 p { color: rgb(104,19,130); }

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

background-color css

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

 a { background-color: rgb(104,19,130); }

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

border-color css

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

 span { border-color: rgb(104,19,130); }

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