Html Css Color HEX #681283 Purple

📋 copy color: '#681283'

red 104 ◦ green 18 ◦ blue 131

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

Shades of Purple #681283

Tints of Purple #681283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 41.11%
G = 7.11%
B = 51.78%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#681283 (or 0x681283) is known color: Purple. HEX triplet: 68, 12 and 83. RGB value is (104,18,131). Sum of RGB (Red+Green+Blue) = 104+18+131=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #681283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681283 is #97ED7C. Grayscale: #383838. Windows color (decimal): -9956733 or 8589928. OLE color: 8589928.

HSL color Cylindrical-coordinate representation of color #681283: hue angle of 285.66º 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 #681283 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 18 131 -
CMYK 0.21 0.86 0 0.49
HSL 285.66º 0.76% 0.29% -
HSV(B) 285.66º 0.86% 0.51% -
XYZ 10.02 5.01 21.91 -
YUV 56.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 104 18 131 0.21 0.86 0 0.49 285.66 0.76 0.29
Hex 68 12 83 15 56 0 31 11E 4C 1D
Octal 150 22 203 25 126 0 61 436 114 35
Binary 1101000 10010 10000011 10101 1010110 0 110001 100011110 1001100 11101

Color Harmonies of #681283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681283

Black with #681283

Text Example


Text Example

White with #681283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681283; }

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

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

background-color css

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

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

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

border-color css

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

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

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