Html Css Color HEX #680283 Purple

📋 copy color: '#680283'

red 104 ◦ green 2 ◦ blue 131

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

Shades of Purple #680283

Tints of Purple #680283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 43.88%
G = 0.84%
B = 55.27%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680283 (or 0x680283) is known color: Purple. HEX triplet: 68, 02 and 83. RGB value is (104,2,131). Sum of RGB (Red+Green+Blue) = 104+2+131=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #680283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680283 is #97FD7C. Grayscale: #2E2E2E. Windows color (decimal): -9960829 or 8585832. OLE color: 8585832.

HSL color Cylindrical-coordinate representation of color #680283: hue angle of 287.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680283 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 2 131 -
CMYK 0.21 0.98 0 0.49
HSL 287.44º 0.97% 0.26% -
HSV(B) 287.44º 0.98% 0.51% -
XYZ 9.83 4.63 21.85 -
YUV 47.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 104 2 131 0.21 0.98 0 0.49 287.44 0.97 0.26
Hex 68 2 83 15 62 0 31 11F 61 1A
Octal 150 2 203 25 142 0 61 437 141 32
Binary 1101000 10 10000011 10101 1100010 0 110001 100011111 1100001 11010

Color Harmonies of #680283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680283

Black with #680283

Text Example


Text Example

White with #680283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680283; }

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

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

background-color css

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

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

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

border-color css

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

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

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