Html Css Color HEX #68107A Purple

📋 copy color: '#68107A'

red 104 ◦ green 16 ◦ blue 122

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

Shades of Purple #68107A

Tints of Purple #68107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 122 (48.05% from 255) = 50.41%

R = 42.98%
G = 6.61%
B = 50.41%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68107A (or 0x68107A) is known color: Purple. HEX triplet: 68, 10 and 7A. RGB value is (104,16,122). Sum of RGB (Red+Green+Blue) = 104+16+122=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #68107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68107A is #97EF85. Grayscale: #363636. Windows color (decimal): -9957254 or 7999592. OLE color: 7999592.

HSL color Cylindrical-coordinate representation of color #68107A: hue angle of 289.81º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68107A is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 16 122 -
CMYK 0.15 0.87 0 0.52
HSL 289.81º 0.77% 0.27% -
HSV(B) 289.81º 0.87% 0.48% -
XYZ 9.41 4.72 18.83 -
YUV 54.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 104 16 122 0.15 0.87 0 0.52 289.81 0.77 0.27
Hex 68 10 7A F 57 0 34 122 4D 1B
Octal 150 20 172 17 127 0 64 442 115 33
Binary 1101000 10000 1111010 1111 1010111 0 110100 100100010 1001101 11011

Color Harmonies of #68107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68107A

Black with #68107A

Text Example


Text Example

White with #68107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,16,122); }

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

background-color css

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

 a { background-color: rgb(104,16,122); }

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

border-color css

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

 span { border-color: rgb(104,16,122); }

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