Html Css Color HEX #68036C Purple

📋 copy color: '#68036C'

red 104 ◦ green 3 ◦ blue 108

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

Shades of Purple #68036C

Tints of Purple #68036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 48.37%
G = 1.4%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68036C (or 0x68036C) is known color: Purple. HEX triplet: 68, 03 and 6C. RGB value is (104,3,108). Sum of RGB (Red+Green+Blue) = 104+3+108=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #68036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68036C is #97FC93. Grayscale: #2C2C2C. Windows color (decimal): -9960596 or 7078760. OLE color: 7078760.

HSL color Cylindrical-coordinate representation of color #68036C: hue angle of 297.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68036C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 3 108 -
CMYK 0.04 0.97 0 0.58
HSL 297.71º 0.95% 0.22% -
HSV(B) 297.71º 0.97% 0.42% -
XYZ 8.45 4.09 14.53 -
YUV 45.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 104 3 108 0.04 0.97 0 0.58 297.71 0.95 0.22
Hex 68 3 6C 4 61 0 3A 12A 5F 16
Octal 150 3 154 4 141 0 72 452 137 26
Binary 1101000 11 1101100 100 1100001 0 111010 100101010 1011111 10110

Color Harmonies of #68036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68036C

Black with #68036C

Text Example


Text Example

White with #68036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68036C; }

 p { color: rgb(104,3,108); }

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

background-color css

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

 a { background-color: rgb(104,3,108); }

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

border-color css

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

 span { border-color: rgb(104,3,108); }

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