Html Css Color HEX #68165D Palatinate Purple

📋 copy color: '#68165D'

red 104 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #68165D

Tints of Palatinate Purple #68165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 47.49%
G = 10.05%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68165D (or 0x68165D) is known color: Palatinate Purple. HEX triplet: 68, 16 and 5D. RGB value is (104,22,93). Sum of RGB (Red+Green+Blue) = 104+22+93=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165D is #97E9A2. Grayscale: #363636. Windows color (decimal): -9955747 or 6100584. OLE color: 6100584.

HSL color Cylindrical-coordinate representation of color #68165D: hue angle of 308.05º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68165D is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 93 -
CMYK 0 0.79 0.11 0.59
HSL 308.05º 0.65% 0.25% -
HSV(B) 308.05º 0.79% 0.41% -
XYZ 7.97 4.31 10.77 -
YUV 54.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 104 22 93 0 0.79 0.11 0.59 308.05 0.65 0.25
Hex 68 16 5D 0 4F B 3B 134 41 19
Octal 150 26 135 0 117 13 73 464 101 31
Binary 1101000 10110 1011101 0 1001111 1011 111011 100110100 1000001 11001

Color Harmonies of #68165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68165D

Black with #68165D

Text Example


Text Example

White with #68165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,22,93); }

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

background-color css

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

 a { background-color: rgb(104,22,93); }

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

border-color css

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

 span { border-color: rgb(104,22,93); }

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