Html Css Color HEX #68235D Palatinate Purple

📋 copy color: '#68235D'

red 104 ◦ green 35 ◦ blue 93

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

Shades of Palatinate Purple #68235D

Tints of Palatinate Purple #68235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 44.83%
G = 15.09%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68235D (or 0x68235D) is known color: Palatinate Purple. HEX triplet: 68, 23 and 5D. RGB value is (104,35,93). Sum of RGB (Red+Green+Blue) = 104+35+93=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68235D is #97DCA2. Grayscale: #3E3E3E. Windows color (decimal): -9952419 or 6103912. OLE color: 6103912.

HSL color Cylindrical-coordinate representation of color #68235D: hue angle of 309.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68235D is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 35 93 -
CMYK 0 0.66 0.11 0.59
HSL 309.57º 0.5% 0.27% -
HSV(B) 309.57º 0.66% 0.41% -
XYZ 8.29 4.94 10.87 -
YUV 62.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 104 35 93 0 0.66 0.11 0.59 309.57 0.5 0.27
Hex 68 23 5D 0 42 B 3B 136 32 1B
Octal 150 43 135 0 102 13 73 466 62 33
Binary 1101000 100011 1011101 0 1000010 1011 111011 100110110 110010 11011

Color Harmonies of #68235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68235D

Black with #68235D

Text Example


Text Example

White with #68235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68235D; }

 p { color: rgb(104,35,93); }

 H1.HeaderClassName
 {
   color: #68235D;
 }
 .AnyTagClassName
 {
   color: #68235D;
 }
</style>

background-color css

<style>
 a { background-color: #68235D; }

 a { background-color: rgb(104,35,93); }

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

border-color css

<style>
 span { border-color: #68235D; }

 span { border-color: rgb(104,35,93); }

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