Html Css Color HEX #680F7F Purple

📋 copy color: '#680F7F'

red 104 ◦ green 15 ◦ blue 127

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

Shades of Purple #680F7F

Tints of Purple #680F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 42.28%
G = 6.1%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#680F7F (or 0x680F7F) is known color: Purple. HEX triplet: 68, 0F and 7F. RGB value is (104,15,127). Sum of RGB (Red+Green+Blue) = 104+15+127=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #680F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F7F is #97F080. Grayscale: #363636. Windows color (decimal): -9957505 or 8327016. OLE color: 8327016.

HSL color Cylindrical-coordinate representation of color #680F7F: hue angle of 287.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680F7F is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 15 127 -
CMYK 0.18 0.88 0 0.50
HSL 287.68º 0.79% 0.28% -
HSV(B) 287.68º 0.88% 0.5% -
XYZ 9.71 4.82 20.5 -
YUV 54.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 104 15 127 0.18 0.88 0 0.50 287.68 0.79 0.28
Hex 68 F 7F 12 58 0 32 120 4F 1C
Octal 150 17 177 22 130 0 62 440 117 34
Binary 1101000 1111 1111111 10010 1011000 0 110010 100100000 1001111 11100

Color Harmonies of #680F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F7F

Black with #680F7F

Text Example


Text Example

White with #680F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680F7F; }

 p { color: rgb(104,15,127); }

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

background-color css

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

 a { background-color: rgb(104,15,127); }

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

border-color css

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

 span { border-color: rgb(104,15,127); }

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