Html Css Color HEX #68015D Palatinate Purple

📋 copy color: '#68015D'

red 104 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #68015D

Tints of Palatinate Purple #68015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 52.53%
G = 0.51%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68015D (or 0x68015D) is known color: Palatinate Purple. HEX triplet: 68, 01 and 5D. RGB value is (104,1,93). Sum of RGB (Red+Green+Blue) = 104+1+93=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68015D is #97FEA2. Grayscale: #2A2A2A. Windows color (decimal): -9961123 or 6095208. OLE color: 6095208.

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

Color convert

RGB 104 1 93 -
CMYK 0 0.99 0.11 0.59
HSL 306.41º 0.98% 0.21% -
HSV(B) 306.41º 0.99% 0.41% -
XYZ 7.7 3.76 10.68 -
YUV 42.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 104 1 93 0 0.99 0.11 0.59 306.41 0.98 0.21
Hex 68 1 5D 0 63 B 3B 132 62 15
Octal 150 1 135 0 143 13 73 462 142 25
Binary 1101000 1 1011101 0 1100011 1011 111011 100110010 1100010 10101

Color Harmonies of #68015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68015D

Black with #68015D

Text Example


Text Example

White with #68015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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