Html Css Color HEX #68056D Purple

📋 copy color: '#68056D'

red 104 ◦ green 5 ◦ blue 109

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

Shades of Purple #68056D

Tints of Purple #68056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 47.71%
G = 2.29%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68056D (or 0x68056D) is known color: Purple. HEX triplet: 68, 05 and 6D. RGB value is (104,5,109). Sum of RGB (Red+Green+Blue) = 104+5+109=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #68056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68056D is #97FA92. Grayscale: #2E2E2E. Windows color (decimal): -9960083 or 7144808. OLE color: 7144808.

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

Color convert

RGB 104 5 109 -
CMYK 0.05 0.95 0 0.57
HSL 297.12º 0.91% 0.22% -
HSV(B) 297.12º 0.95% 0.43% -
XYZ 8.52 4.16 14.82 -
YUV 46.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 104 5 109 0.05 0.95 0 0.57 297.12 0.91 0.22
Hex 68 5 6D 5 5F 0 39 129 5B 16
Octal 150 5 155 5 137 0 71 451 133 26
Binary 1101000 101 1101101 101 1011111 0 111001 100101001 1011011 10110

Color Harmonies of #68056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68056D

Black with #68056D

Text Example


Text Example

White with #68056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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