Html Css Color HEX #68335A Palatinate Purple

📋 copy color: '#68335A'

red 104 ◦ green 51 ◦ blue 90

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

Shades of Palatinate Purple #68335A

Tints of Palatinate Purple #68335A

RGB

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

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

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

R = 42.45%
G = 20.82%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68335A (or 0x68335A) is known color: Palatinate Purple. HEX triplet: 68, 33 and 5A. RGB value is (104,51,90). Sum of RGB (Red+Green+Blue) = 104+51+90=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335A is #97CCA5. Grayscale: #474747. Windows color (decimal): -9948326 or 5911400. OLE color: 5911400.

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

Color convert

RGB 104 51 90 -
CMYK 0 0.51 0.13 0.59
HSL 315.85º 0.34% 0.3% -
HSV(B) 315.85º 0.51% 0.41% -
XYZ 8.74 6.05 10.38 -
YUV 71.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 104 51 90 0 0.51 0.13 0.59 315.85 0.34 0.3
Hex 68 33 5A 0 33 D 3B 13C 22 1E
Octal 150 63 132 0 63 15 73 474 42 36
Binary 1101000 110011 1011010 0 110011 1101 111011 100111100 100010 11110

Color Harmonies of #68335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68335A

Black with #68335A

Text Example


Text Example

White with #68335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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