Html Css Color HEX #68056A Purple

📋 copy color: '#68056A'

red 104 ◦ green 5 ◦ blue 106

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

Shades of Purple #68056A

Tints of Purple #68056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.3%

R = 48.37%
G = 2.33%
B = 49.3%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68056A (or 0x68056A) is known color: Purple. HEX triplet: 68, 05 and 6A. RGB value is (104,5,106). Sum of RGB (Red+Green+Blue) = 104+5+106=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #68056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68056A is #97FA95. Grayscale: #2D2D2D. Windows color (decimal): -9960086 or 6948200. OLE color: 6948200.

HSL color Cylindrical-coordinate representation of color #68056A: hue angle of 298.81º 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 #68056A is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 5 106 -
CMYK 0.02 0.95 0 0.58
HSL 298.81º 0.91% 0.22% -
HSV(B) 298.81º 0.95% 0.42% -
XYZ 8.36 4.09 13.98 -
YUV 46.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 104 5 106 0.02 0.95 0 0.58 298.81 0.91 0.22
Hex 68 5 6A 2 5F 0 3A 12B 5B 16
Octal 150 5 152 2 137 0 72 453 133 26
Binary 1101000 101 1101010 10 1011111 0 111010 100101011 1011011 10110

Color Harmonies of #68056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68056A

Black with #68056A

Text Example


Text Example

White with #68056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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