Html Css Color HEX #68135F Palatinate Purple

📋 copy color: '#68135F'

red 104 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #68135F

Tints of Palatinate Purple #68135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 47.71%
G = 8.72%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68135F (or 0x68135F) is known color: Palatinate Purple. HEX triplet: 68, 13 and 5F. RGB value is (104,19,95). Sum of RGB (Red+Green+Blue) = 104+19+95=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68135F is #97ECA0. Grayscale: #343434. Windows color (decimal): -9956513 or 6230888. OLE color: 6230888.

HSL color Cylindrical-coordinate representation of color #68135F: hue angle of 306.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68135F is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 95 -
CMYK 0 0.82 0.09 0.59
HSL 306.35º 0.69% 0.24% -
HSV(B) 306.35º 0.82% 0.41% -
XYZ 8.01 4.24 11.22 -
YUV 53.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 104 19 95 0 0.82 0.09 0.59 306.35 0.69 0.24
Hex 68 13 5F 0 52 9 3B 132 45 18
Octal 150 23 137 0 122 11 73 462 105 30
Binary 1101000 10011 1011111 0 1010010 1001 111011 100110010 1000101 11000

Color Harmonies of #68135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68135F

Black with #68135F

Text Example


Text Example

White with #68135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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