Html Css Color HEX #68335E Palatinate Purple

📋 copy color: '#68335E'

red 104 ◦ green 51 ◦ blue 94

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

Shades of Palatinate Purple #68335E

Tints of Palatinate Purple #68335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 41.77%
G = 20.48%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68335E (or 0x68335E) is known color: Palatinate Purple. HEX triplet: 68, 33 and 5E. RGB value is (104,51,94). Sum of RGB (Red+Green+Blue) = 104+51+94=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335E is #97CCA1. Grayscale: #474747. Windows color (decimal): -9948322 or 6173544. OLE color: 6173544.

HSL color Cylindrical-coordinate representation of color #68335E: hue angle of 311.32º 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 #68335E is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 94 -
CMYK 0 0.51 0.10 0.59
HSL 311.32º 0.34% 0.3% -
HSV(B) 311.32º 0.51% 0.41% -
XYZ 8.91 6.12 11.3 -
YUV 71.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 104 51 94 0 0.51 0.10 0.59 311.32 0.34 0.3
Hex 68 33 5E 0 33 A 3B 137 22 1E
Octal 150 63 136 0 63 12 73 467 42 36
Binary 1101000 110011 1011110 0 110011 1010 111011 100110111 100010 11110

Color Harmonies of #68335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68335E

Black with #68335E

Text Example


Text Example

White with #68335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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