Html Css Color HEX #68125F Palatinate Purple

📋 copy color: '#68125F'

red 104 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #68125F

Tints of Palatinate Purple #68125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 47.93%
G = 8.29%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68125F (or 0x68125F) is known color: Palatinate Purple. HEX triplet: 68, 12 and 5F. RGB value is (104,18,95). Sum of RGB (Red+Green+Blue) = 104+18+95=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125F is #97EDA0. Grayscale: #343434. Windows color (decimal): -9956769 or 6230632. OLE color: 6230632.

HSL color Cylindrical-coordinate representation of color #68125F: hue angle of 306.28º 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 #68125F is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 95 -
CMYK 0 0.83 0.09 0.59
HSL 306.28º 0.7% 0.24% -
HSV(B) 306.28º 0.83% 0.41% -
XYZ 7.99 4.2 11.22 -
YUV 52.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 104 18 95 0 0.83 0.09 0.59 306.28 0.7 0.24
Hex 68 12 5F 0 53 9 3B 132 46 18
Octal 150 22 137 0 123 11 73 462 106 30
Binary 1101000 10010 1011111 0 1010011 1001 111011 100110010 1000110 11000

Color Harmonies of #68125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68125F

Black with #68125F

Text Example


Text Example

White with #68125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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