Html Css Color HEX #68125D Palatinate Purple

📋 copy color: '#68125D'

red 104 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #68125D

Tints of Palatinate Purple #68125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 48.37%
G = 8.37%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68125D (or 0x68125D) is known color: Palatinate Purple. HEX triplet: 68, 12 and 5D. RGB value is (104,18,93). Sum of RGB (Red+Green+Blue) = 104+18+93=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125D is #97EDA2. Grayscale: #343434. Windows color (decimal): -9956771 or 6099560. OLE color: 6099560.

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

Color convert

RGB 104 18 93 -
CMYK 0 0.83 0.11 0.59
HSL 307.67º 0.7% 0.24% -
HSV(B) 307.67º 0.83% 0.41% -
XYZ 7.9 4.17 10.74 -
YUV 52.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 104 18 93 0 0.83 0.11 0.59 307.67 0.7 0.24
Hex 68 12 5D 0 53 B 3B 134 46 18
Octal 150 22 135 0 123 13 73 464 106 30
Binary 1101000 10010 1011101 0 1010011 1011 111011 100110100 1000110 11000

Color Harmonies of #68125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68125D

Black with #68125D

Text Example


Text Example

White with #68125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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