Html Css Color HEX #68057C Purple

📋 copy color: '#68057C'

red 104 ◦ green 5 ◦ blue 124

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

Shades of Purple #68057C

Tints of Purple #68057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 44.64%
G = 2.15%
B = 53.22%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68057C (or 0x68057C) is known color: Purple. HEX triplet: 68, 05 and 7C. RGB value is (104,5,124). Sum of RGB (Red+Green+Blue) = 104+5+124=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #68057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057C is #97FA83. Grayscale: #2F2F2F. Windows color (decimal): -9960068 or 8127848. OLE color: 8127848.

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

Color convert

RGB 104 5 124 -
CMYK 0.16 0.96 0 0.51
HSL 289.92º 0.92% 0.25% -
HSV(B) 289.92º 0.96% 0.49% -
XYZ 9.4 4.51 19.44 -
YUV 48.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 104 5 124 0.16 0.96 0 0.51 289.92 0.92 0.25
Hex 68 5 7C 10 60 0 33 122 5C 19
Octal 150 5 174 20 140 0 63 442 134 31
Binary 1101000 101 1111100 10000 1100000 0 110011 100100010 1011100 11001

Color Harmonies of #68057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68057C

Black with #68057C

Text Example


Text Example

White with #68057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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