Html Css Color HEX #68156D Palatinate Purple

📋 copy color: '#68156D'

red 104 ◦ green 21 ◦ blue 109

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

Shades of Palatinate Purple #68156D

Tints of Palatinate Purple #68156D

RGB

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

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

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

R = 44.44%
G = 8.97%
B = 46.58%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68156D (or 0x68156D) is known color: Palatinate Purple. HEX triplet: 68, 15 and 6D. RGB value is (104,21,109). Sum of RGB (Red+Green+Blue) = 104+21+109=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #68156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68156D is #97EA92. Grayscale: #373737. Windows color (decimal): -9955987 or 7148904. OLE color: 7148904.

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

Color convert

RGB 104 21 109 -
CMYK 0.05 0.81 0 0.57
HSL 296.59º 0.68% 0.25% -
HSV(B) 296.59º 0.81% 0.43% -
XYZ 8.74 4.58 14.89 -
YUV 55.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 104 21 109 0.05 0.81 0 0.57 296.59 0.68 0.25
Hex 68 15 6D 5 51 0 39 129 44 19
Octal 150 25 155 5 121 0 71 451 104 31
Binary 1101000 10101 1101101 101 1010001 0 111001 100101001 1000100 11001

Color Harmonies of #68156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68156D

Black with #68156D

Text Example


Text Example

White with #68156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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