Html Css Color HEX #68195B Palatinate Purple

📋 copy color: '#68195B'

red 104 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #68195B

Tints of Palatinate Purple #68195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

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

R = 47.27%
G = 11.36%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68195B (or 0x68195B) is known color: Palatinate Purple. HEX triplet: 68, 19 and 5B. RGB value is (104,25,91). Sum of RGB (Red+Green+Blue) = 104+25+91=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68195B is #97E6A4. Grayscale: #373737. Windows color (decimal): -9954981 or 5970280. OLE color: 5970280.

HSL color Cylindrical-coordinate representation of color #68195B: hue angle of 309.87º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68195B is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 91 -
CMYK 0 0.76 0.12 0.59
HSL 309.87º 0.61% 0.25% -
HSV(B) 309.87º 0.76% 0.41% -
XYZ 7.94 4.39 10.33 -
YUV 56.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 104 25 91 0 0.76 0.12 0.59 309.87 0.61 0.25
Hex 68 19 5B 0 4C C 3B 136 3D 19
Octal 150 31 133 0 114 14 73 466 75 31
Binary 1101000 11001 1011011 0 1001100 1100 111011 100110110 111101 11001

Color Harmonies of #68195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68195B

Black with #68195B

Text Example


Text Example

White with #68195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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