Html Css Color HEX #68136C Palatinate Purple

📋 copy color: '#68136C'

red 104 ◦ green 19 ◦ blue 108

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

Shades of Palatinate Purple #68136C

Tints of Palatinate Purple #68136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 108 (42.58% from 255) = 46.75%

R = 45.02%
G = 8.23%
B = 46.75%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68136C (or 0x68136C) is known color: Palatinate Purple. HEX triplet: 68, 13 and 6C. RGB value is (104,19,108). Sum of RGB (Red+Green+Blue) = 104+19+108=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #68136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68136C is #97EC93. Grayscale: #363636. Windows color (decimal): -9956500 or 7082856. OLE color: 7082856.

HSL color Cylindrical-coordinate representation of color #68136C: hue angle of 297.3º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68136C is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 19 108 -
CMYK 0.04 0.82 0 0.58
HSL 297.3º 0.7% 0.25% -
HSV(B) 297.3º 0.82% 0.42% -
XYZ 8.65 4.49 14.6 -
YUV 54.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 104 19 108 0.04 0.82 0 0.58 297.3 0.7 0.25
Hex 68 13 6C 4 52 0 3A 129 46 19
Octal 150 23 154 4 122 0 72 451 106 31
Binary 1101000 10011 1101100 100 1010010 0 111010 100101001 1000110 11001

Color Harmonies of #68136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68136C

Black with #68136C

Text Example


Text Example

White with #68136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68136C; }

 p { color: rgb(104,19,108); }

 H1.HeaderClassName
 {
   color: #68136C;
 }
 .AnyTagClassName
 {
   color: #68136C;
 }
</style>

background-color css

<style>
 a { background-color: #68136C; }

 a { background-color: rgb(104,19,108); }

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

border-color css

<style>
 span { border-color: #68136C; }

 span { border-color: rgb(104,19,108); }

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