Html Css Color HEX #68255D Palatinate Purple

📋 copy color: '#68255D'

red 104 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #68255D

Tints of Palatinate Purple #68255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 44.44%
G = 15.81%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68255D (or 0x68255D) is known color: Palatinate Purple. HEX triplet: 68, 25 and 5D. RGB value is (104,37,93). Sum of RGB (Red+Green+Blue) = 104+37+93=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255D is #97DAA2. Grayscale: #3F3F3F. Windows color (decimal): -9951907 or 6104424. OLE color: 6104424.

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

Color convert

RGB 104 37 93 -
CMYK 0 0.64 0.11 0.59
HSL 309.85º 0.48% 0.28% -
HSV(B) 309.85º 0.64% 0.41% -
XYZ 8.35 5.06 10.89 -
YUV 63.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 104 37 93 0 0.64 0.11 0.59 309.85 0.48 0.28
Hex 68 25 5D 0 40 B 3B 136 30 1C
Octal 150 45 135 0 100 13 73 466 60 34
Binary 1101000 100101 1011101 0 1000000 1011 111011 100110110 110000 11100

Color Harmonies of #68255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68255D

Black with #68255D

Text Example


Text Example

White with #68255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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