Html Css Color HEX #68096F Purple

📋 copy color: '#68096F'

red 104 ◦ green 9 ◦ blue 111

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

Shades of Purple #68096F

Tints of Purple #68096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 46.43%
G = 4.02%
B = 49.55%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68096F (or 0x68096F) is known color: Purple. HEX triplet: 68, 09 and 6F. RGB value is (104,9,111). Sum of RGB (Red+Green+Blue) = 104+9+111=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #68096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68096F is #97F690. Grayscale: #303030. Windows color (decimal): -9959057 or 7276904. OLE color: 7276904.

HSL color Cylindrical-coordinate representation of color #68096F: hue angle of 295.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68096F is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 9 111 -
CMYK 0.06 0.92 0 0.56
HSL 295.88º 0.85% 0.24% -
HSV(B) 295.88º 0.92% 0.44% -
XYZ 8.68 4.29 15.41 -
YUV 49.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 104 9 111 0.06 0.92 0 0.56 295.88 0.85 0.24
Hex 68 9 6F 6 5C 0 38 128 55 18
Octal 150 11 157 6 134 0 70 450 125 30
Binary 1101000 1001 1101111 110 1011100 0 111000 100101000 1010101 11000

Color Harmonies of #68096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68096F

Black with #68096F

Text Example


Text Example

White with #68096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68096F; }

 p { color: rgb(104,9,111); }

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

background-color css

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

 a { background-color: rgb(104,9,111); }

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

border-color css

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

 span { border-color: rgb(104,9,111); }

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