Html Css Color HEX #68155B Palatinate Purple

📋 copy color: '#68155B'

red 104 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #68155B

Tints of Palatinate Purple #68155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 48.15%
G = 9.72%
B = 42.13%

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

#68155B (or 0x68155B) is known color: Palatinate Purple. HEX triplet: 68, 15 and 5B. RGB value is (104,21,91). Sum of RGB (Red+Green+Blue) = 104+21+91=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155B is #97EAA4. Grayscale: #353535. Windows color (decimal): -9956005 or 5969256. OLE color: 5969256.

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

Color convert

RGB 104 21 91 -
CMYK 0 0.80 0.12 0.59
HSL 309.4º 0.66% 0.25% -
HSV(B) 309.4º 0.8% 0.41% -
XYZ 7.87 4.23 10.3 -
YUV 53.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 104 21 91 0 0.80 0.12 0.59 309.4 0.66 0.25
Hex 68 15 5B 0 50 C 3B 135 42 19
Octal 150 25 133 0 120 14 73 465 102 31
Binary 1101000 10101 1011011 0 1010000 1100 111011 100110101 1000010 11001

Color Harmonies of #68155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68155B

Black with #68155B

Text Example


Text Example

White with #68155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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