Html Css Color HEX #68145E Palatinate Purple

📋 copy color: '#68145E'

red 104 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #68145E

Tints of Palatinate Purple #68145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 47.71%
G = 9.17%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68145E (or 0x68145E) is known color: Palatinate Purple. HEX triplet: 68, 14 and 5E. RGB value is (104,20,94). Sum of RGB (Red+Green+Blue) = 104+20+94=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145E is #97EBA1. Grayscale: #353535. Windows color (decimal): -9956258 or 6165608. OLE color: 6165608.

HSL color Cylindrical-coordinate representation of color #68145E: hue angle of 307.14º 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 #68145E is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 94 -
CMYK 0 0.81 0.10 0.59
HSL 307.14º 0.68% 0.24% -
HSV(B) 307.14º 0.81% 0.41% -
XYZ 7.98 4.25 10.99 -
YUV 53.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 104 20 94 0 0.81 0.10 0.59 307.14 0.68 0.24
Hex 68 14 5E 0 51 A 3B 133 44 18
Octal 150 24 136 0 121 12 73 463 104 30
Binary 1101000 10100 1011110 0 1010001 1010 111011 100110011 1000100 11000

Color Harmonies of #68145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68145E

Black with #68145E

Text Example


Text Example

White with #68145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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