Html Css Color HEX #68155D Palatinate Purple

📋 copy color: '#68155D'

red 104 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #68155D

Tints of Palatinate Purple #68155D

RGB

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

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

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

R = 47.71%
G = 9.63%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68155D (or 0x68155D) is known color: Palatinate Purple. HEX triplet: 68, 15 and 5D. RGB value is (104,21,93). Sum of RGB (Red+Green+Blue) = 104+21+93=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155D is #97EAA2. Grayscale: #353535. Windows color (decimal): -9956003 or 6100328. OLE color: 6100328.

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

Color convert

RGB 104 21 93 -
CMYK 0 0.80 0.11 0.59
HSL 307.95º 0.66% 0.25% -
HSV(B) 307.95º 0.8% 0.41% -
XYZ 7.95 4.27 10.76 -
YUV 54.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 104 21 93 0 0.80 0.11 0.59 307.95 0.66 0.25
Hex 68 15 5D 0 50 B 3B 134 42 19
Octal 150 25 135 0 120 13 73 464 102 31
Binary 1101000 10101 1011101 0 1010000 1011 111011 100110100 1000010 11001

Color Harmonies of #68155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68155D

Black with #68155D

Text Example


Text Example

White with #68155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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