Html Css Color HEX #68145D Palatinate Purple

📋 copy color: '#68145D'

red 104 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #68145D

Tints of Palatinate Purple #68145D

RGB

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

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

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

R = 47.93%
G = 9.22%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68145D (or 0x68145D) is known color: Palatinate Purple. HEX triplet: 68, 14 and 5D. RGB value is (104,20,93). Sum of RGB (Red+Green+Blue) = 104+20+93=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145D is #97EBA2. Grayscale: #353535. Windows color (decimal): -9956259 or 6100072. OLE color: 6100072.

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

Color convert

RGB 104 20 93 -
CMYK 0 0.81 0.11 0.59
HSL 307.86º 0.68% 0.24% -
HSV(B) 307.86º 0.81% 0.41% -
XYZ 7.93 4.23 10.75 -
YUV 53.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 104 20 93 0 0.81 0.11 0.59 307.86 0.68 0.24
Hex 68 14 5D 0 51 B 3B 134 44 18
Octal 150 24 135 0 121 13 73 464 104 30
Binary 1101000 10100 1011101 0 1010001 1011 111011 100110100 1000100 11000

Color Harmonies of #68145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68145D

Black with #68145D

Text Example


Text Example

White with #68145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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