Html Css Color HEX #681380 Purple

📋 copy color: '#681380'

red 104 ◦ green 19 ◦ blue 128

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

Shades of Purple #681380

Tints of Purple #681380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51%

R = 41.43%
G = 7.57%
B = 51%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#681380 (or 0x681380) is known color: Purple. HEX triplet: 68, 13 and 80. RGB value is (104,19,128). Sum of RGB (Red+Green+Blue) = 104+19+128=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #681380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681380 is #97EC7F. Grayscale: #383838. Windows color (decimal): -9956480 or 8393576. OLE color: 8393576.

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

Color convert

RGB 104 19 128 -
CMYK 0.19 0.85 0 0.50
HSL 286.79º 0.74% 0.29% -
HSV(B) 286.79º 0.85% 0.5% -
XYZ 9.84 4.97 20.86 -
YUV 56.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 104 19 128 0.19 0.85 0 0.50 286.79 0.74 0.29
Hex 68 13 80 13 55 0 32 11F 4A 1D
Octal 150 23 200 23 125 0 62 437 112 35
Binary 1101000 10011 10000000 10011 1010101 0 110010 100011111 1001010 11101

Color Harmonies of #681380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681380

Black with #681380

Text Example


Text Example

White with #681380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681380; }

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

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

background-color css

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

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

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

border-color css

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

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

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