Html Css Color HEX #68125C Palatinate Purple

📋 copy color: '#68125C'

red 104 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #68125C

Tints of Palatinate Purple #68125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 48.6%
G = 8.41%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68125C (or 0x68125C) is known color: Palatinate Purple. HEX triplet: 68, 12 and 5C. RGB value is (104,18,92). Sum of RGB (Red+Green+Blue) = 104+18+92=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125C is #97EDA3. Grayscale: #333333. Windows color (decimal): -9956772 or 6034024. OLE color: 6034024.

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

Color convert

RGB 104 18 92 -
CMYK 0 0.83 0.12 0.59
HSL 308.37º 0.7% 0.24% -
HSV(B) 308.37º 0.83% 0.41% -
XYZ 7.86 4.15 10.51 -
YUV 52.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 104 18 92 0 0.83 0.12 0.59 308.37 0.7 0.24
Hex 68 12 5C 0 53 C 3B 134 46 18
Octal 150 22 134 0 123 14 73 464 106 30
Binary 1101000 10010 1011100 0 1010011 1100 111011 100110100 1000110 11000

Color Harmonies of #68125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68125C

Black with #68125C

Text Example


Text Example

White with #68125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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