Html Css Color HEX #68195F Palatinate Purple

📋 copy color: '#68195F'

red 104 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #68195F

Tints of Palatinate Purple #68195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 46.43%
G = 11.16%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68195F (or 0x68195F) is known color: Palatinate Purple. HEX triplet: 68, 19 and 5F. RGB value is (104,25,95). Sum of RGB (Red+Green+Blue) = 104+25+95=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #68195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68195F is #97E6A0. Grayscale: #383838. Windows color (decimal): -9954977 or 6232424. OLE color: 6232424.

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

Color convert

RGB 104 25 95 -
CMYK 0 0.76 0.09 0.59
HSL 306.84º 0.61% 0.25% -
HSV(B) 306.84º 0.76% 0.41% -
XYZ 8.12 4.46 11.26 -
YUV 56.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 104 25 95 0 0.76 0.09 0.59 306.84 0.61 0.25
Hex 68 19 5F 0 4C 9 3B 133 3D 19
Octal 150 31 137 0 114 11 73 463 75 31
Binary 1101000 11001 1011111 0 1001100 1001 111011 100110011 111101 11001

Color Harmonies of #68195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68195F

Black with #68195F

Text Example


Text Example

White with #68195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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