Html Css Color HEX #68156A Palatinate Purple

📋 copy color: '#68156A'

red 104 ◦ green 21 ◦ blue 106

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

Shades of Palatinate Purple #68156A

Tints of Palatinate Purple #68156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 45.02%
G = 9.09%
B = 45.89%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68156A (or 0x68156A) is known color: Palatinate Purple. HEX triplet: 68, 15 and 6A. RGB value is (104,21,106). Sum of RGB (Red+Green+Blue) = 104+21+106=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #68156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68156A is #97EA95. Grayscale: #373737. Windows color (decimal): -9955990 or 6952296. OLE color: 6952296.

HSL color Cylindrical-coordinate representation of color #68156A: hue angle of 298.59º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68156A is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 21 106 -
CMYK 0.02 0.80 0 0.58
HSL 298.59º 0.67% 0.25% -
HSV(B) 298.59º 0.8% 0.42% -
XYZ 8.58 4.52 14.06 -
YUV 55.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 104 21 106 0.02 0.80 0 0.58 298.59 0.67 0.25
Hex 68 15 6A 2 50 0 3A 12B 43 19
Octal 150 25 152 2 120 0 72 453 103 31
Binary 1101000 10101 1101010 10 1010000 0 111010 100101011 1000011 11001

Color Harmonies of #68156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68156A

Black with #68156A

Text Example


Text Example

White with #68156A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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