Html Css Color HEX #68056C Purple

📋 copy color: '#68056C'

red 104 ◦ green 5 ◦ blue 108

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

Shades of Purple #68056C

Tints of Purple #68056C

RGB

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

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

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

R = 47.93%
G = 2.3%
B = 49.77%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68056C (or 0x68056C) is known color: Purple. HEX triplet: 68, 05 and 6C. RGB value is (104,5,108). Sum of RGB (Red+Green+Blue) = 104+5+108=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #68056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68056C is #97FA93. Grayscale: #2E2E2E. Windows color (decimal): -9960084 or 7079272. OLE color: 7079272.

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

Color convert

RGB 104 5 108 -
CMYK 0.04 0.95 0 0.58
HSL 297.67º 0.91% 0.22% -
HSV(B) 297.67º 0.95% 0.42% -
XYZ 8.47 4.13 14.54 -
YUV 46.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 104 5 108 0.04 0.95 0 0.58 297.67 0.91 0.22
Hex 68 5 6C 4 5F 0 3A 12A 5B 16
Octal 150 5 154 4 137 0 72 452 133 26
Binary 1101000 101 1101100 100 1011111 0 111010 100101010 1011011 10110

Color Harmonies of #68056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68056C

Black with #68056C

Text Example


Text Example

White with #68056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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