Html Css Color HEX #68155C Palatinate Purple

📋 copy color: '#68155C'

red 104 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #68155C

Tints of Palatinate Purple #68155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 47.93%
G = 9.68%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68155C (or 0x68155C) is known color: Palatinate Purple. HEX triplet: 68, 15 and 5C. RGB value is (104,21,92). Sum of RGB (Red+Green+Blue) = 104+21+92=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155C is #97EAA3. Grayscale: #353535. Windows color (decimal): -9956004 or 6034792. OLE color: 6034792.

HSL color Cylindrical-coordinate representation of color #68155C: hue angle of 308.67º 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 #68155C is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 92 -
CMYK 0 0.80 0.12 0.59
HSL 308.67º 0.66% 0.25% -
HSV(B) 308.67º 0.8% 0.41% -
XYZ 7.91 4.25 10.53 -
YUV 53.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 104 21 92 0 0.80 0.12 0.59 308.67 0.66 0.25
Hex 68 15 5C 0 50 C 3B 135 42 19
Octal 150 25 134 0 120 14 73 465 102 31
Binary 1101000 10101 1011100 0 1010000 1100 111011 100110101 1000010 11001

Color Harmonies of #68155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68155C

Black with #68155C

Text Example


Text Example

White with #68155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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