Html Css Color HEX #68007C Purple

📋 copy color: '#68007C'

red 104 ◦ green 0 ◦ blue 124

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

Shades of Purple #68007C

Tints of Purple #68007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 54.39%

R = 45.61%
G = 0%
B = 54.39%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68007C (or 0x68007C) is known color: Purple. HEX triplet: 68, 00 and 7C. RGB value is (104,0,124). Sum of RGB (Red+Green+Blue) = 104+0+124=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #68007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68007C is #97FF83. Grayscale: #2C2C2C. Windows color (decimal): -9961348 or 8126568. OLE color: 8126568.

HSL color Cylindrical-coordinate representation of color #68007C: hue angle of 290.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68007C is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 0 124 -
CMYK 0.16 1 0 0.51
HSL 290.32º 1% 0.24% -
HSV(B) 290.32º 1% 0.49% -
XYZ 9.35 4.4 19.43 -
YUV 45.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 104 0 124 0.16 1 0 0.51 290.32 1 0.24
Hex 68 0 7C 10 64 0 33 122 64 18
Octal 150 0 174 20 144 0 63 442 144 30
Binary 1101000 0 1111100 10000 1100100 0 110011 100100010 1100100 11000

Color Harmonies of #68007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68007C

Black with #68007C

Text Example


Text Example

White with #68007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,0,124); }

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

background-color css

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

 a { background-color: rgb(104,0,124); }

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

border-color css

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

 span { border-color: rgb(104,0,124); }

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