Html Css Color HEX #68005D Palatinate Purple

📋 copy color: '#68005D'

red 104 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #68005D

Tints of Palatinate Purple #68005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.79%
G = 0%
B = 47.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68005D (or 0x68005D) is known color: Palatinate Purple. HEX triplet: 68, 00 and 5D. RGB value is (104,0,93). Sum of RGB (Red+Green+Blue) = 104+0+93=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68005D is #97FFA2. Grayscale: #292929. Windows color (decimal): -9961379 or 6094952. OLE color: 6094952.

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

Color convert

RGB 104 0 93 -
CMYK 0 1 0.11 0.59
HSL 306.35º 1% 0.2% -
HSV(B) 306.35º 1% 0.41% -
XYZ 7.68 3.73 10.67 -
YUV 41.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 104 0 93 0 1 0.11 0.59 306.35 1 0.2
Hex 68 0 5D 0 64 B 3B 132 64 14
Octal 150 0 135 0 144 13 73 462 144 24
Binary 1101000 0 1011101 0 1100100 1011 111011 100110010 1100100 10100

Color Harmonies of #68005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68005D

Black with #68005D

Text Example


Text Example

White with #68005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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