Html Css Color HEX #68037C Purple

📋 copy color: '#68037C'

red 104 ◦ green 3 ◦ blue 124

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

Shades of Purple #68037C

Tints of Purple #68037C

RGB

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

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

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

R = 45.02%
G = 1.3%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68037C (or 0x68037C) is known color: Purple. HEX triplet: 68, 03 and 7C. RGB value is (104,3,124). Sum of RGB (Red+Green+Blue) = 104+3+124=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #68037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68037C is #97FC83. Grayscale: #2E2E2E. Windows color (decimal): -9960580 or 8127336. OLE color: 8127336.

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

Color convert

RGB 104 3 124 -
CMYK 0.16 0.98 0 0.51
HSL 290.08º 0.95% 0.25% -
HSV(B) 290.08º 0.98% 0.49% -
XYZ 9.38 4.46 19.44 -
YUV 46.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 104 3 124 0.16 0.98 0 0.51 290.08 0.95 0.25
Hex 68 3 7C 10 62 0 33 122 5F 19
Octal 150 3 174 20 142 0 63 442 137 31
Binary 1101000 11 1111100 10000 1100010 0 110011 100100010 1011111 11001

Color Harmonies of #68037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68037C

Black with #68037C

Text Example


Text Example

White with #68037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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