Html Css Color HEX #68056F Purple

📋 copy color: '#68056F'

red 104 ◦ green 5 ◦ blue 111

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

Shades of Purple #68056F

Tints of Purple #68056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 47.27%
G = 2.27%
B = 50.45%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68056F (or 0x68056F) is known color: Purple. HEX triplet: 68, 05 and 6F. RGB value is (104,5,111). Sum of RGB (Red+Green+Blue) = 104+5+111=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #68056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68056F is #97FA90. Grayscale: #2E2E2E. Windows color (decimal): -9960081 or 7275880. OLE color: 7275880.

HSL color Cylindrical-coordinate representation of color #68056F: hue angle of 296.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68056F is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 5 111 -
CMYK 0.06 0.95 0 0.56
HSL 296.04º 0.91% 0.23% -
HSV(B) 296.04º 0.95% 0.44% -
XYZ 8.63 4.2 15.39 -
YUV 46.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 104 5 111 0.06 0.95 0 0.56 296.04 0.91 0.23
Hex 68 5 6F 6 5F 0 38 128 5B 17
Octal 150 5 157 6 137 0 70 450 133 27
Binary 1101000 101 1101111 110 1011111 0 111000 100101000 1011011 10111

Color Harmonies of #68056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68056F

Black with #68056F

Text Example


Text Example

White with #68056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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