Html Css Color HEX #68335C Palatinate Purple

📋 copy color: '#68335C'

red 104 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #68335C

Tints of Palatinate Purple #68335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 42.11%
G = 20.65%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68335C (or 0x68335C) is known color: Palatinate Purple. HEX triplet: 68, 33 and 5C. RGB value is (104,51,92). Sum of RGB (Red+Green+Blue) = 104+51+92=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335C is #97CCA3. Grayscale: #474747. Windows color (decimal): -9948324 or 6042472. OLE color: 6042472.

HSL color Cylindrical-coordinate representation of color #68335C: hue angle of 313.58º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68335C is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 92 -
CMYK 0 0.51 0.12 0.59
HSL 313.58º 0.34% 0.3% -
HSV(B) 313.58º 0.51% 0.41% -
XYZ 8.82 6.08 10.83 -
YUV 71.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 104 51 92 0 0.51 0.12 0.59 313.58 0.34 0.3
Hex 68 33 5C 0 33 C 3B 13A 22 1E
Octal 150 63 134 0 63 14 73 472 42 36
Binary 1101000 110011 1011100 0 110011 1100 111011 100111010 100010 11110

Color Harmonies of #68335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68335C

Black with #68335C

Text Example


Text Example

White with #68335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68335C; }

 p { color: rgb(104,51,92); }

 H1.HeaderClassName
 {
   color: #68335C;
 }
 .AnyTagClassName
 {
   color: #68335C;
 }
</style>

background-color css

<style>
 a { background-color: #68335C; }

 a { background-color: rgb(104,51,92); }

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

border-color css

<style>
 span { border-color: #68335C; }

 span { border-color: rgb(104,51,92); }

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