Html Css Color HEX #68145C Palatinate Purple

📋 copy color: '#68145C'

red 104 ◦ green 20 ◦ blue 92

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

Shades of Palatinate Purple #68145C

Tints of Palatinate Purple #68145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 48.15%
G = 9.26%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68145C (or 0x68145C) is known color: Palatinate Purple. HEX triplet: 68, 14 and 5C. RGB value is (104,20,92). Sum of RGB (Red+Green+Blue) = 104+20+92=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145C is #97EBA3. Grayscale: #353535. Windows color (decimal): -9956260 or 6034536. OLE color: 6034536.

HSL color Cylindrical-coordinate representation of color #68145C: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68145C is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 92 -
CMYK 0 0.81 0.12 0.59
HSL 308.57º 0.68% 0.24% -
HSV(B) 308.57º 0.81% 0.41% -
XYZ 7.89 4.22 10.52 -
YUV 53.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 104 20 92 0 0.81 0.12 0.59 308.57 0.68 0.24
Hex 68 14 5C 0 51 C 3B 135 44 18
Octal 150 24 134 0 121 14 73 465 104 30
Binary 1101000 10100 1011100 0 1010001 1100 111011 100110101 1000100 11000

Color Harmonies of #68145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68145C

Black with #68145C

Text Example


Text Example

White with #68145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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