Html Css Color HEX #68195A Palatinate Purple

📋 copy color: '#68195A'

red 104 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #68195A

Tints of Palatinate Purple #68195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 47.49%
G = 11.42%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68195A (or 0x68195A) is known color: Palatinate Purple. HEX triplet: 68, 19 and 5A. RGB value is (104,25,90). Sum of RGB (Red+Green+Blue) = 104+25+90=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68195A is #97E6A5. Grayscale: #373737. Windows color (decimal): -9954982 or 5904744. OLE color: 5904744.

HSL color Cylindrical-coordinate representation of color #68195A: hue angle of 310.63º 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 #68195A is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 90 -
CMYK 0 0.76 0.13 0.59
HSL 310.63º 0.61% 0.25% -
HSV(B) 310.63º 0.76% 0.41% -
XYZ 7.9 4.38 10.1 -
YUV 56.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 104 25 90 0 0.76 0.13 0.59 310.63 0.61 0.25
Hex 68 19 5A 0 4C D 3B 137 3D 19
Octal 150 31 132 0 114 15 73 467 75 31
Binary 1101000 11001 1011010 0 1001100 1101 111011 100110111 111101 11001

Color Harmonies of #68195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68195A

Black with #68195A

Text Example


Text Example

White with #68195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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