Html Css Color HEX #68146A Palatinate Purple

📋 copy color: '#68146A'

red 104 ◦ green 20 ◦ blue 106

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

Shades of Palatinate Purple #68146A

Tints of Palatinate Purple #68146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 45.22%
G = 8.7%
B = 46.09%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68146A (or 0x68146A) is known color: Palatinate Purple. HEX triplet: 68, 14 and 6A. RGB value is (104,20,106). Sum of RGB (Red+Green+Blue) = 104+20+106=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #68146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68146A is #97EB95. Grayscale: #363636. Windows color (decimal): -9956246 or 6952040. OLE color: 6952040.

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

Color convert

RGB 104 20 106 -
CMYK 0.02 0.81 0 0.58
HSL 298.6º 0.68% 0.25% -
HSV(B) 298.6º 0.81% 0.42% -
XYZ 8.56 4.48 14.05 -
YUV 54.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 104 20 106 0.02 0.81 0 0.58 298.6 0.68 0.25
Hex 68 14 6A 2 51 0 3A 12B 44 19
Octal 150 24 152 2 121 0 72 453 104 31
Binary 1101000 10100 1101010 10 1010001 0 111010 100101011 1000100 11001

Color Harmonies of #68146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68146A

Black with #68146A

Text Example


Text Example

White with #68146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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